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

Unified Diff: src/heap-symbols.h

Issue 2630233003: [regexp] Create property on result for each named capture (Closed)
Patch Set: Null proto and remove __proto__ blacklist Created 3 years, 11 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') | test/mjsunit/harmony/regexp-named-captures.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/heap-symbols.h
diff --git a/src/heap-symbols.h b/src/heap-symbols.h
index 4b55b50edfb7f798ce6eece92d633184c232cc43..1d381a346ae960bab3bab40021fb0a10e8f9f7e2 100644
--- a/src/heap-symbols.h
+++ b/src/heap-symbols.h
@@ -88,6 +88,7 @@
V(get_string, "get") \
V(get_space_string, "get ") \
V(global_string, "global") \
+ V(group_string, "group") \
V(has_string, "has") \
V(hour_string, "hour") \
V(ignoreCase_string, "ignoreCase") \
« no previous file with comments | « src/builtins/builtins-regexp.cc ('k') | test/mjsunit/harmony/regexp-named-captures.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698