Reviewers: rossberg,

Description:
V8 Microtask API

This patch exposes new V8 API which exposes the microtask work queue to the
embedder. In particular, it allows the embedder to

-schedule a microtask (EnqueueExternalMicrotask)
-run the microtask queue (RunMicrotasks)
-control whether the microtask queue is run automatically within V8 when the
last script exits (SetAutorunMicrotasks).

R=rossberg
BUG=

Please review this at https://codereview.chromium.org/154283002/

SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge

Affected files (+207, -6 lines):
  M include/v8.h
  M src/api.cc
  M src/bootstrapper.cc
  M src/contexts.h
  M src/execution.h
  M src/execution.cc
  M src/isolate.h
  M src/runtime.h
  M src/runtime.cc
  M src/v8.h
  M src/v8.cc
  M src/v8natives.js
  M test/cctest/test-api.cc
  M test/mjsunit/fuzz-natives-part3.js


--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to