Index: src/runtime/runtime.h |
diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h |
index 1d9c6c13bf9822a41aa944113d18b85bad857511..7b679422293592fa1f09da5f06753e69964c9c20 100644 |
--- a/src/runtime/runtime.h |
+++ b/src/runtime/runtime.h |
@@ -367,6 +367,7 @@ namespace internal { |
#define FOR_EACH_INTRINSIC_LITERALS(F) \ |
+ F(CreateRegExpLiteral, 4, 1) \ |
F(CreateObjectLiteral, 4, 1) \ |
F(CreateArrayLiteral, 4, 1) \ |
F(CreateArrayLiteralStubBailout, 3, 1) \ |
@@ -564,7 +565,6 @@ namespace internal { |
F(RegExpSource, 1, 1) \ |
F(RegExpConstructResult, 3, 1) \ |
F(RegExpInitializeAndCompile, 3, 1) \ |
- F(MaterializeRegExpLiteral, 4, 1) \ |
F(RegExpExecMultiple, 4, 1) \ |
F(RegExpExecReThrow, 4, 1) \ |
F(IsRegExp, 1, 1) |