Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(96)

Unified Diff: src/builtins/builtins-regexp-gen.h

Issue 2752143003: [regexp] Remove remainder of native RegExpExecStub (Closed)
Patch Set: Fix non-sim arm64 and mips builds Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/bailout-reason.h ('k') | src/builtins/builtins-regexp-gen.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/builtins/builtins-regexp-gen.h
diff --git a/src/builtins/builtins-regexp-gen.h b/src/builtins/builtins-regexp-gen.h
index 0f66ebff219509de854839b2d96fd09c180074ad..3db92f1d4373c3a7eef28fd4cc737a3a5133103b 100644
--- a/src/builtins/builtins-regexp-gen.h
+++ b/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,
« no previous file with comments | « src/bailout-reason.h ('k') | src/builtins/builtins-regexp-gen.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698