Add handling for unreported exceptions when invoking callback objects.

This commit is contained in:
Josh Matthews 2014-09-09 15:13:18 -04:00
parent dfad8763a8
commit 159235b3d0
7 changed files with 58 additions and 18 deletions

2
ports/cef/Cargo.lock generated
View file

@ -387,7 +387,7 @@ dependencies = [
[[package]]
name = "js"
version = "0.1.0"
source = "git+https://github.com/servo/rust-mozjs#e01a846241bd98ac424878e3f8d3e9b989c79242"
source = "git+https://github.com/servo/rust-mozjs#5a69e377d6ab7ea8601f711443994f1c8172c7a8"
dependencies = [
"mozjs-sys 0.0.0 (git+https://github.com/servo/mozjs)",
]

2
ports/gonk/Cargo.lock generated
View file

@ -341,7 +341,7 @@ dependencies = [
[[package]]
name = "js"
version = "0.1.0"
source = "git+https://github.com/servo/rust-mozjs#e01a846241bd98ac424878e3f8d3e9b989c79242"
source = "git+https://github.com/servo/rust-mozjs#5a69e377d6ab7ea8601f711443994f1c8172c7a8"
dependencies = [
"mozjs-sys 0.0.0 (git+https://github.com/servo/mozjs)",
]