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

Unified Diff: src/runtime.h

Issue 64223010: Harmony promises (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 7 years, 1 month 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/runtime.h
diff --git a/src/runtime.h b/src/runtime.h
index 734875faf7a0d2dea013674529efbb71431d6026..4e32e72afa8c45b7f6ac031591b27b1e4063b83e 100644
--- a/src/runtime.h
+++ b/src/runtime.h
@@ -353,10 +353,13 @@ namespace internal {
F(WeakCollectionDelete, 2, 1) \
F(WeakCollectionSet, 3, 1) \
\
+ /* Harmony events */ \
+ F(SetMicrotasksPending, 1, 1) \
+ F(FailHard, 1, 1) \
Michael Starzinger 2013/11/15 09:37:20 Let's move this declaration near Runtime_Abort.
rossberg 2013/11/15 10:00:58 Done.
+ \
/* Harmony observe */ \
F(IsObserved, 1, 1) \
F(SetIsObserved, 1, 1) \
- F(SetObserverDeliveryPending, 0, 1) \
F(GetObservationState, 0, 1) \
F(ObservationWeakMapCreate, 0, 1) \
F(UnwrapGlobalProxy, 1, 1) \

Powered by Google App Engine
This is Rietveld 408576698