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

Unified Diff: src/runtime.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/promise.js ('k') | src/runtime.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/runtime.h
diff --git a/src/runtime.h b/src/runtime.h
index 39f6730ae517d3dfe9660ae6290a9f2e2f427167..6565bf50f448276979b7340d0be69cd83d6d2a58 100644
--- a/src/runtime.h
+++ b/src/runtime.h
@@ -244,9 +244,6 @@ namespace internal {
/* ES5 */ \
F(ObjectFreeze, 1, 1) \
\
- /* Harmony microtasks */ \
- F(GetMicrotaskState, 0, 1) \
- \
/* Harmony modules */ \
F(IsJSModule, 1, 1) \
\
@@ -302,7 +299,7 @@ namespace internal {
F(WeakCollectionSet, 3, 1) \
\
/* Harmony events */ \
- F(SetMicrotaskPending, 1, 1) \
+ F(EnqueueMicrotask, 1, 1) \
F(RunMicrotasks, 0, 1) \
\
/* Harmony observe */ \
« no previous file with comments | « src/promise.js ('k') | src/runtime.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698