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

Unified Diff: src/code-factory.h

Issue 2679063003: Revert of [regexp] Add stub for RegExpExec instead of inlining (Closed)
Patch Set: Created 3 years, 10 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/builtins/builtins-regexp.cc ('k') | src/code-factory.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/code-factory.h
diff --git a/src/code-factory.h b/src/code-factory.h
index 93611fb4886d31c54bee5b71b751284a21cc016e..0ee92f7c25eece0684dd8fdfe090be84d3446f2a 100644
--- a/src/code-factory.h
+++ b/src/code-factory.h
@@ -96,12 +96,7 @@
OrdinaryToPrimitiveHint hint);
static Callable NumberToString(Isolate* isolate);
- // Platform-dependent entry point into the generated irregexp matcher code.
static Callable RegExpExec(Isolate* isolate);
-
- // Implements part of the specced glue logic around RegExp.prototype.exec.
- // Usually results in a call to CodeFactory::RegExpExec.
- static Callable RegExpExecInternal(Isolate* isolate, bool is_fastpath);
static Callable Add(Isolate* isolate);
static Callable Subtract(Isolate* isolate);
« no previous file with comments | « src/builtins/builtins-regexp.cc ('k') | src/code-factory.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698