0
0
Fork 0
mirror of https://github.com/denoland/rusty_v8.git synced 2024-11-24 15:19:31 -05:00
denoland-rusty-v8/tests
Ben Noordhuis 09347d32c8
Throw DataCloneError if SAB cannot be cloned (#781)
Best case, it produces serialized output that cannot be deserialized.

Worst case, it hits this assert in V8:

    # Fatal error in v8::FromJust
    # Maybe value is Nothing.
2021-09-18 15:21:04 +02:00
..
compile_fail chore: upgrade Rust to 1.55.0 (#770) 2021-09-10 12:32:29 +02:00
slots.rs feat: Implement Isolate::remove_slot (#769) 2021-09-09 00:41:50 +02:00
test_api.rs Throw DataCloneError if SAB cannot be cloned (#781) 2021-09-18 15:21:04 +02:00
test_api_entropy_source.rs Add support for Platform::pump_message_loop and Platform::run_idle_tasks (#706) 2021-07-01 16:05:07 +02:00
test_api_flags.rs Add support for Platform::pump_message_loop and Platform::run_idle_tasks (#706) 2021-07-01 16:05:07 +02:00
test_platform_atomics_pump_message_loop.rs Add support for Platform::pump_message_loop and Platform::run_idle_tasks (#706) 2021-07-01 16:05:07 +02:00
test_single_threaded_default_platform.rs Add support for Platform::pump_message_loop and Platform::run_idle_tasks (#706) 2021-07-01 16:05:07 +02:00
test_ui.rs Rewrite the scope system from scratch (#406) 2020-06-26 01:42:00 +02:00