DescriptionAdd API support for passing a C++ function as a microtask callback
This allows embedders to enqueue microtasks without having any v8::Context
handy, as happens in Blink in some cases (such as DOM mutations due to editing
triggering MutationObservers).
LOG=Y
R=dcarney@chromium.org
Committed: https://code.google.com/p/v8/source/detail?r=21658
Patch Set 1 #
Total comments: 3
Messages
Total messages: 8 (0 generated)
|