Index: src/runtime/runtime.h |
diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h |
index 667b455201ec568d162637474a894ee42791cdea..dae44aeeb12ba21b1358ea2a214c9b0713cb3754 100644 |
--- a/src/runtime/runtime.h |
+++ b/src/runtime/runtime.h |
@@ -540,6 +540,7 @@ |
F(RegExpExecReThrow, 4, 1) \ |
F(IsRegExp, 1, 1) |
+ |
#define FOR_EACH_INTRINSIC_SCOPES(F) \ |
F(ThrowConstAssignError, 0, 1) \ |
F(DeclareGlobals, 2, 1) \ |
@@ -552,7 +553,6 @@ |
F(NewRestArguments_Generic, 2, 1) \ |
F(NewSloppyArguments, 3, 1) \ |
F(NewStrictArguments, 3, 1) \ |
- F(InstallLiterals, 1, 1) \ |
F(NewRestParam, 3, 1) \ |
F(NewClosure, 1, 1) \ |
F(NewClosure_Tenured, 1, 1) \ |
@@ -568,6 +568,7 @@ |
F(StoreLookupSlot, 4, 1) \ |
F(ArgumentsLength, 0, 1) \ |
F(Arguments, 1, 1) |
+ |
#define FOR_EACH_INTRINSIC_SIMD(F) \ |
F(IsSimdValue, 1, 1) \ |