mirror of
https://github.com/denoland/rusty_v8.git
synced 2025-01-11 08:34:01 -05:00
4b704ed8a9
This commit removes "v8::SnapshotCreator" in favor of "v8::Isolate::snapshot_creator" API. All methods from "v8::SnapshotCreator" are now available on the "v8::Isolate". If a method is called and isolate was not set up as a snapshot creator then it will panic. This commit gets rid of long standing unsoundness in typing that allowed to easily induce a panic or segfault if a user didn't use snapshot creator API properly. |
||
---|---|---|
.. | ||
compile_fail | ||
slots.rs | ||
test_api.rs | ||
test_api_entropy_source.rs | ||
test_api_flags.rs | ||
test_concurrent_isolate_creation_and_disposal.rs | ||
test_platform_atomics_pump_message_loop.rs | ||
test_single_threaded_default_platform.rs | ||
test_ui.rs |