Index: src/runtime/runtime.h |
diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h |
index f04325442a87a1f81a18cc3192b4c30257618e8e..b3d9283085b73300e0b4a05de984383a2a09b6f7 100644 |
--- a/src/runtime/runtime.h |
+++ b/src/runtime/runtime.h |
@@ -496,6 +496,7 @@ namespace internal { |
F(ToPrimitive_String, 1, 1) \ |
F(OrdinaryToPrimitive, 2, 1) \ |
F(ToNumber, 1, 1) \ |
+ F(ToName, 1, 1) \ |
F(StrictEquals, 2, 1) \ |
F(InstanceOf, 2, 1) \ |
F(HasInPrototypeChain, 2, 1) |