No files found.
+6 −1
.travis.yml
.travis.yml
+2 −2
Cargo.toml
Cargo.toml
+1 −0
appveyor.yml
appveyor.yml
+5 −4
generate_wrappers.sh
src/generate_wrappers.sh
+2 −1
glue.rs
src/glue.rs
+1 −0
glue_wrappers.in
src/glue_wrappers.in
+128 −131
jsapi_wrappers.in
src/jsapi_wrappers.in
+23 −36
jsglue.cpp
src/jsglue.cpp
+33 −34
rust.rs
src/rust.rs
+11 −8
callback.rs
tests/callback.rs
+4 −4
capture_stack.rs
tests/capture_stack.rs
+2 −1
custom_auto_rooter.rs
tests/custom_auto_rooter.rs
+2 −1
custom_auto_rooter_macro.rs
tests/custom_auto_rooter_macro.rs
+2 −2
enumerate.rs
tests/enumerate.rs
+2 −2
evaluate.rs
tests/evaluate.rs
+4 −4
panic.rs
tests/panic.rs
+6 −6
rooting.rs
tests/rooting.rs
+4 −4
runtime.rs
tests/runtime.rs
+2 −2
stack_limit.rs
tests/stack_limit.rs
+4 −4
typedarray.rs
tests/typedarray.rs
+4 −4
typedarray_panic.rs
tests/typedarray_panic.rs
+6 −6
vec_conversion.rs
tests/vec_conversion.rs