0
0
Fork 0
mirror of https://github.com/denoland/rusty_v8.git synced 2025-02-02 04:37:35 -05:00
denoland-rusty-v8/tests
Ben Noordhuis 6b2c7a56a7
Add Isolate::[gs]et_microtasks_policy() (#439)
Isolate::run_microtasks() already exists but the microtasks queue
is also flushed on script entry and exit. Some embedders want strict
control over when microtasks run, which is set by the policy.

And deprecate Isolate::run_microtasks(). The corresponding V8 API is
tagged with V8_DEPRECATE_SOON.
2020-08-23 10:25:16 -04:00
..
compile_fail Integrate 'TryCatch' in the scope system (#406) 2020-06-26 01:50:32 +02:00
slots.rs Add Isolate::[gs]et_microtasks_policy() (#439) 2020-08-23 10:25:16 -04:00
test_api.rs Add Isolate::[gs]et_microtasks_policy() (#439) 2020-08-23 10:25:16 -04:00
test_ui.rs Rewrite the scope system from scratch (#406) 2020-06-26 01:42:00 +02:00