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

Unified Diff: src/execution.h

Issue 290633010: Move microtask queueing logic from JavaScript to C++ (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Handle comments Created 6 years, 7 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
« no previous file with comments | « src/contexts.h ('k') | src/execution.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/execution.h
diff --git a/src/execution.h b/src/execution.h
index 563c496eb0594447b8929fd440019050dd307ae6..513ec735902e791f5c2d3b81f745cc40aada6b9c 100644
--- a/src/execution.h
+++ b/src/execution.h
@@ -121,9 +121,6 @@ class Execution V8_FINAL : public AllStatic {
Handle<Object> object);
static MaybeHandle<Object> TryGetConstructorDelegate(Isolate* isolate,
Handle<Object> object);
-
- static void RunMicrotasks(Isolate* isolate);
- static void EnqueueMicrotask(Isolate* isolate, Handle<Object> microtask);
};
« no previous file with comments | « src/contexts.h ('k') | src/execution.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698