Index: src/runtime/runtime.h |
diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h |
index 9ff0adae9f0110715409bcd7aafde1691ce8510c..e145b2db0fb151d308b98d5a739d1048a8e3cc59 100644 |
--- a/src/runtime/runtime.h |
+++ b/src/runtime/runtime.h |
@@ -492,7 +492,8 @@ namespace internal { |
F(ClassOf, 1, 1) \ |
F(DefineGetterPropertyUnchecked, 4, 1) \ |
F(DefineSetterPropertyUnchecked, 4, 1) \ |
- F(ToObject, 1, 1) |
+ F(ToObject, 1, 1) \ |
+ F(StrictEquals, 2, 1) |
#define FOR_EACH_INTRINSIC_OBSERVE(F) \ |