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) \ |