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

Unified Diff: src/runtime/runtime.h

Issue 2050343002: [regexp] Experimental support for regexp named captures (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Proper fixed array cast Created 4 years, 6 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/runtime/runtime.h
diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h
index 95cad51521d2ee673586df79c0098b9eeb8a71a6..129a3baa4a370fef87777247b6dee31ac2a408ce 100644
--- a/src/runtime/runtime.h
+++ b/src/runtime/runtime.h
@@ -477,6 +477,7 @@ namespace internal {
F(RegExpInitializeAndCompile, 3, 1) \
F(RegExpExecMultiple, 4, 1) \
F(RegExpExecReThrow, 4, 1) \
+ F(RegExpResultAttachNamedCaptures, 2, 1) \
F(IsRegExp, 1, 1)
#define FOR_EACH_INTRINSIC_SCOPES(F) \

Powered by Google App Engine
This is Rietveld 408576698