Index: src/runtime/runtime.h |
diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h |
index b57b07d6210f65980da619261e4a80bb3cd3e7fd..f47ee48224b785d34609623f0a25823e4439cd29 100644 |
--- a/src/runtime/runtime.h |
+++ b/src/runtime/runtime.h |
@@ -440,6 +440,7 @@ namespace internal { |
F(SameValueZero, 2, 1) \ |
F(Compare, 3, 1) \ |
F(InstanceOf, 2, 1) \ |
+ F(OrdinaryHasInstance, 2, 1) \ |
F(HasInPrototypeChain, 2, 1) \ |
F(CreateIterResultObject, 2, 1) \ |
F(IsAccessCheckNeeded, 1, 1) \ |