0
0
Fork 0
mirror of https://github.com/denoland/rusty_v8.git synced 2024-12-24 08:09:16 -05:00
denoland-rusty-v8/tests
Romain Marcadier 729c5b323f
Add support for v8::Object.set_integrity_level (#874)
This allows making objects frozen or sealed from rust code. This is
useful to control mutations that are allowed to happen in JS on the
given object.
2022-01-24 11:09:05 +01:00
..
compile_fail chore: upgrade Rust to 1.57.0 (#856) 2021-12-14 21:25:10 -08:00
slots.rs chore: rename rusty_v8 to v8 (#803) 2021-10-27 14:32:12 +02:00
test_api.rs Add support for v8::Object.set_integrity_level (#874) 2022-01-24 11:09:05 +01:00
test_api_entropy_source.rs chore: rename rusty_v8 to v8 (#803) 2021-10-27 14:32:12 +02:00
test_api_flags.rs chore: rename rusty_v8 to v8 (#803) 2021-10-27 14:32:12 +02:00
test_concurrent_isolate_creation_and_disposal.rs Add aarch64-linux-android support (#860) 2022-01-04 21:32:48 +01:00
test_platform_atomics_pump_message_loop.rs test: don't use --harmony-top-level-await flag (#854) 2021-12-12 21:25:01 -08:00
test_single_threaded_default_platform.rs chore: rename rusty_v8 to v8 (#803) 2021-10-27 14:32:12 +02:00
test_ui.rs Fix unused import warning (#875) 2022-01-22 04:10:38 +01:00