Enqueue Blink microtasks using V8's C++ API
This avoids allocating a v8::Function to wrap Blink microtask callbacks, which allows us to avoid entering a v8::Context to enqueue tasks. ScriptRegexp is now the only use of the v8::Context stored in V8PerIsolateData. Review URL: https://codereview.chromium.org/319753004 git-svn-id: svn://svn.chromium.org/blink/trunk@175676 bbb929c8-8fbe-4397-9dbb-9b2b20218538
Showing
Please register or sign in to comment