gecko-dev/js/rust/tests
Yoshi Cheng-Hao Huang 8afaa93a25 Bug 1534967 - Part 2: Use RootedIdVector in rust binding. r=jonco,fitzgen
- Replace AutoIdVector with RootedIdVector.
- Replace JS::MutableHandleIdVector through rustbindgen in wrapper.hpp,
  otherwise MutableHandleIdVector will be converted to u8 in rust, and
  causes only 1 byte is passed to props in GetPropertyKeys.
- Add another glue function GetMutableHandleIdVector to get the object.

Differential Revision: https://phabricator.services.mozilla.com/D25360
2019-04-08 10:46:58 +08:00
..
bigint.rs bug 1366287 - Part 4: Add Rust tests for is_bigint. r=Ms2ger 2018-05-11 19:44:33 -07:00
callback.rs Bug 1485066 - Part 1: Remove JSAutoByteString. r=Waldo 2018-09-05 02:25:42 -07:00
enumerate.rs Bug 1534967 - Part 2: Use RootedIdVector in rust binding. r=jonco,fitzgen 2019-04-08 10:46:58 +08:00
evaluate.rs Bug 1461605 part 1 - Rename CompartmentOptions to RealmOptions. r=luke,bz 2018-05-17 10:59:45 +02:00
panic.rs Bug 1466128 part 2 - Rename AutoCompartment to AutoRealm. r=jdm 2018-08-14 14:25:48 +02:00
rooting.rs Bug 1466128 part 2 - Rename AutoCompartment to AutoRealm. r=jdm 2018-08-14 14:25:48 +02:00
runtime.rs Bug 1466128 part 2 - Rename AutoCompartment to AutoRealm. r=jdm 2018-08-14 14:25:48 +02:00
stack_limit.rs Bug 1461605 part 1 - Rename CompartmentOptions to RealmOptions. r=luke,bz 2018-05-17 10:59:45 +02:00
typedarray.rs Bug 1466128 part 2 - Rename AutoCompartment to AutoRealm. r=jdm 2018-08-14 14:25:48 +02:00
value.rs Bug 1461605 part 1 - Rename CompartmentOptions to RealmOptions. r=luke,bz 2018-05-17 10:59:45 +02:00
vec_conversion.rs Bug 1466128 part 2 - Rename AutoCompartment to AutoRealm. r=jdm 2018-08-14 14:25:48 +02:00