Index: src/runtime/runtime.h |
diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h |
index d6c9eeb4df6b199c16085401d62f3eb379b91933..b3c50ff1497844cc84bfb937d70500a83f56805d 100644 |
--- a/src/runtime/runtime.h |
+++ b/src/runtime/runtime.h |
@@ -315,7 +315,6 @@ namespace internal { |
F(NewReferenceError, 2, 1) \ |
F(NewSyntaxError, 2, 1) \ |
F(NewTypeError, 2, 1) \ |
- F(OrdinaryHasInstance, 2, 1) \ |
F(PromoteScheduledException, 0, 1) \ |
F(ReThrow, 1, 1) \ |
F(RunMicrotasks, 0, 1) \ |
@@ -330,6 +329,7 @@ namespace internal { |
F(ThrowGeneratorRunning, 0, 1) \ |
F(ThrowIllegalInvocation, 0, 1) \ |
F(ThrowIncompatibleMethodReceiver, 2, 1) \ |
+ F(ThrowInstanceofNonobjectProto, 1, 1) \ |
F(ThrowInvalidHint, 1, 1) \ |
F(ThrowInvalidStringLength, 0, 1) \ |
F(ThrowInvalidTypedArrayAlignment, 2, 1) \ |
@@ -466,8 +466,7 @@ namespace internal { |
F(LessThan, 2, 1) \ |
F(GreaterThan, 2, 1) \ |
F(LessThanOrEqual, 2, 1) \ |
- F(GreaterThanOrEqual, 2, 1) \ |
- F(InstanceOf, 2, 1) |
+ F(GreaterThanOrEqual, 2, 1) |
#define FOR_EACH_INTRINSIC_PROMISE(F) \ |
F(EnqueueMicrotask, 1, 1) \ |