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

Unified Diff: src/heap/heap.h

Issue 788043005: ES6 unicode escapes, part 2: Regexps. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: mirror regexp test Created 5 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
Index: src/heap/heap.h
diff --git a/src/heap/heap.h b/src/heap/heap.h
index e6ccf2eaec745bca3c07feb701ca56debcc3c25c..6aeaff8069ff8d7adc8ebf390447758cbc3aca52 100644
--- a/src/heap/heap.h
+++ b/src/heap/heap.h
@@ -227,7 +227,9 @@ namespace internal {
V(ignore_case_string, "ignoreCase") \
V(multiline_string, "multiline") \
V(sticky_string, "sticky") \
+ V(unicode_string, "unicode") \
V(harmony_regexps_string, "harmony_regexps") \
+ V(harmony_unicode_string, "harmony_unicode") \
V(input_string, "input") \
V(index_string, "index") \
V(last_index_string, "lastIndex") \

Powered by Google App Engine
This is Rietveld 408576698