Index: src/runtime.h |
diff --git a/src/runtime.h b/src/runtime.h |
index 734875faf7a0d2dea013674529efbb71431d6026..2c922ddeb6e0db497723f0d1ae5abae3b4b51cf1 100644 |
--- a/src/runtime.h |
+++ b/src/runtime.h |
@@ -64,6 +64,7 @@ namespace internal { |
F(ToFastProperties, 1, 1) \ |
F(FinishArrayPrototypeSetup, 1, 1) \ |
F(SpecialArrayFunctions, 1, 1) \ |
+ F(IsCallable, 1, 1) \ |
F(IsClassicModeFunction, 1, 1) \ |
F(GetDefaultReceiver, 1, 1) \ |
\ |
@@ -353,10 +354,12 @@ namespace internal { |
F(WeakCollectionDelete, 2, 1) \ |
F(WeakCollectionSet, 3, 1) \ |
\ |
+ /* Harmony events */ \ |
+ F(SetMicrotaskPending, 1, 1) \ |
+ \ |
/* 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) \ |
@@ -439,6 +442,7 @@ namespace internal { |
F(TraceEnter, 0, 1) \ |
F(TraceExit, 1, 1) \ |
F(Abort, 2, 1) \ |
+ F(AbortJS, 1, 1) \ |
/* Logging */ \ |
F(Log, 2, 1) \ |
/* ES5 */ \ |