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

Unified Diff: src/heap-symbols.h

Issue 2769143002: [regexp] Rename result.group to result.groups (Closed)
Patch Set: Created 3 years, 9 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-gen.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 49285eec69b3ea08f108c4d0d3c32df1ebcbd804..ff9f11213f4b2a47d4c757e245eaef714a0364ae 100644
--- a/src/heap-symbols.h
+++ b/src/heap-symbols.h
@@ -80,7 +80,7 @@
V(get_string, "get") \
V(get_space_string, "get ") \
V(global_string, "global") \
- V(group_string, "group") \
+ V(groups_string, "groups") \
V(has_string, "has") \
V(hour_string, "hour") \
V(ignoreCase_string, "ignoreCase") \
« no previous file with comments | « src/builtins/builtins-regexp-gen.cc ('k') | test/mjsunit/harmony/regexp-named-captures.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698