summaryrefslogtreecommitdiff
path: root/deps/v8/src/builtins/builtins-regexp-gen.h
diff options
context:
space:
mode:
Diffstat (limited to 'deps/v8/src/builtins/builtins-regexp-gen.h')
-rw-r--r--deps/v8/src/builtins/builtins-regexp-gen.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/deps/v8/src/builtins/builtins-regexp-gen.h b/deps/v8/src/builtins/builtins-regexp-gen.h
index 0f66ebff21..3db92f1d43 100644
--- a/deps/v8/src/builtins/builtins-regexp-gen.h
+++ b/deps/v8/src/builtins/builtins-regexp-gen.h
@@ -36,10 +36,10 @@ class RegExpBuiltinsAssembler : public CodeStubAssembler {
String::Encoding encoding, Variable* var_string_start,
Variable* var_string_end);
- // Low level logic around the actual call into generated Irregexp code.
- Node* IrregexpExec(Node* const context, Node* const regexp,
- Node* const string, Node* const last_index,
- Node* const match_info);
+ // Low level logic around the actual call into pattern matching code.
+ Node* RegExpExecInternal(Node* const context, Node* const regexp,
+ Node* const string, Node* const last_index,
+ Node* const match_info);
Node* ConstructNewResultFromMatchInfo(Node* const context, Node* const regexp,
Node* const match_info,