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

Unified Diff: src/factory.h

Issue 2415103002: [regexp] Turn last match info into a simple FixedArray (Closed)
Patch Set: Port architectures and move internal match info to context Created 4 years, 2 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
Index: src/factory.h
diff --git a/src/factory.h b/src/factory.h
index 0fad42d5c514903d6d89b13396817d1b461fe974..0155f19aee17528b8e93ac7ae8fe747ad5b2c53f 100644
--- a/src/factory.h
+++ b/src/factory.h
@@ -726,6 +726,8 @@ class Factory final {
int number_of_properties,
bool* is_result_from_cache);
+ Handle<RegExpMatchInfo> NewRegExpMatchInfo();
+
// Creates a new FixedArray that holds the data associated with the
// atom regexp and stores it in the regexp.
void SetRegExpAtomData(Handle<JSRegExp> regexp,
« src/arm/code-stubs-arm.cc ('K') | « src/contexts.h ('k') | src/factory.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698