| Index: src/runtime/runtime.h
|
| diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h
|
| index 24f1aaf5f6a523fe370a3c807dc27bef549b1286..874a5d326e9912d0c7771c55ce6db13df2c56941 100644
|
| --- a/src/runtime/runtime.h
|
| +++ b/src/runtime/runtime.h
|
| @@ -118,13 +118,7 @@
|
| F(WeakCollectionHas, 3, 1) \
|
| F(WeakCollectionDelete, 3, 1) \
|
| F(WeakCollectionSet, 4, 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)
|
| + F(GetWeakSetValues, 2, 1)
|
|
|
| #define FOR_EACH_INTRINSIC_COMPILER(F) \
|
| F(CompileLazy, 1, 1) \
|
|
|