Index: src/runtime/runtime.h |
diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h |
index ff1d759cfc8ce87a3d74c3b4f3d0a8e15051988c..96fb9138feb85fe86f4b0a1ff742911aaccd9010 100644 |
--- a/src/runtime/runtime.h |
+++ b/src/runtime/runtime.h |
@@ -451,6 +451,7 @@ namespace internal { |
F(IsObject, 1, 1) \ |
F(IsUndetectableObject, 1, 1) \ |
F(IsSpecObject, 1, 1) \ |
+ F(IsStrong, 1, 1) \ |
F(ClassOf, 1, 1) \ |
F(DefineGetterPropertyUnchecked, 4, 1) \ |
F(DefineSetterPropertyUnchecked, 4, 1) |