Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(486)

Unified Diff: src/execution.h

Issue 154283002: V8 Microtask Queue & API (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: pre-review Created 6 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: src/execution.h
diff --git a/src/execution.h b/src/execution.h
index abf4f1dc654bdcd38fd0ef61b3237931c6b07afa..72f23c8851b8ee2a0d5b3d82f3ed4d2b12f9fe9a 100644
--- a/src/execution.h
+++ b/src/execution.h
@@ -175,6 +175,8 @@ class Execution : public AllStatic {
bool* has_pending_exception);
static void RunMicrotasks(Isolate* isolate);
+ static void EnqueueExternalMicrotask(Isolate* isolate,
+ v8::MicrotaskCallback callback);
};

Powered by Google App Engine
This is Rietveld 408576698