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

Unified Diff: src/flag-definitions.h

Issue 1689113002: [regexp] ship unicode regexps. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: rebase Created 4 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 | « no previous file | test/mjsunit/es6/no-unicode-regexp-flag.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/flag-definitions.h
diff --git a/src/flag-definitions.h b/src/flag-definitions.h
index e766c26b4ace610ae0784fc4c3fbfbb6080ef744..f0a34b8580fcbf3c53eaab6fa72cdcafe410a299 100644
--- a/src/flag-definitions.h
+++ b/src/flag-definitions.h
@@ -219,8 +219,7 @@ DEFINE_IMPLICATION(es_staging, move_object_start)
#define HARMONY_STAGED(V) \
V(harmony_function_name, "harmony Function name inference") \
V(harmony_regexp_lookbehind, "harmony regexp lookbehind") \
- V(harmony_species, "harmony Symbol.species") \
- V(harmony_unicode_regexps, "harmony unicode regexps")
+ V(harmony_species, "harmony Symbol.species")
// Features that are shipping (turned on by default, but internal flag remains).
#define HARMONY_SHIPPING(V) \
@@ -230,6 +229,7 @@ DEFINE_IMPLICATION(es_staging, move_object_start)
V(harmony_object_observe, "harmony Object.observe") \
V(harmony_tostring, "harmony toString") \
V(harmony_regexps, "harmony regular expression extensions") \
+ V(harmony_unicode_regexps, "harmony unicode regexps") \
V(harmony_sloppy, "harmony features in sloppy mode") \
V(harmony_sloppy_let, "harmony let in sloppy mode") \
V(harmony_sloppy_function, "harmony sloppy function block scoping") \
« no previous file with comments | « no previous file | test/mjsunit/es6/no-unicode-regexp-flag.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698