Index: src/builtins/builtins.h |
diff --git a/src/builtins/builtins.h b/src/builtins/builtins.h |
index 5e6f5855e15f10525001f575d475685ca9fd3a16..9d281a64da05d4554b61369e2f4384e86c7ffcde 100644 |
--- a/src/builtins/builtins.h |
+++ b/src/builtins/builtins.h |
@@ -690,6 +690,7 @@ class Isolate; |
CPP(ReflectSetPrototypeOf) \ |
\ |
/* RegExp */ \ |
+ TFS(RegExpPrototypeExecSlow, BUILTIN, kNoExtraICState, GenericTagged2, 2) \ |
CPP(RegExpCapture1Getter) \ |
CPP(RegExpCapture2Getter) \ |
CPP(RegExpCapture3Getter) \ |