Index: src/runtime/runtime.h |
diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h |
index a2d72e2c858038d8d07f147f0abea0197823b2f8..4a230766d6b1ff46fcd14b27258d7499f7e26628 100644 |
--- a/src/runtime/runtime.h |
+++ b/src/runtime/runtime.h |
@@ -118,7 +118,13 @@ namespace internal { |
F(WeakCollectionHas, 3, 1) \ |
F(WeakCollectionDelete, 3, 1) \ |
F(WeakCollectionSet, 4, 1) \ |
- F(GetWeakSetValues, 2, 1) |
+ F(GetWeakSetValues, 2, 1) \ |
+ F(IsJSMap, 1, 1) \ |
+ F(IsJSSet, 1, 1) \ |
+ F(IsJSMapIterator, 1, 1) \ |
+ F(IsJSSetIterator, 1, 1) \ |
+ F(IsJSWeakMap, 1, 1) \ |
+ F(IsJSWeakSet, 1, 1) |
#define FOR_EACH_INTRINSIC_COMPILER(F) \ |
F(CompileLazy, 1, 1) \ |