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

Unified Diff: src/js/prologue.js

Issue 1419823010: Implement flag and source getters on RegExp.prototype. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@rproto
Patch Set: new webkit expectations Created 5 years, 1 month 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
« src/bootstrapper.cc ('K') | « src/js/macros.py ('k') | src/js/regexp.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/js/prologue.js
diff --git a/src/js/prologue.js b/src/js/prologue.js
index e0cf05f1860af31b51c0f77388cbbf24e2d2748f..2e3643e09d1731d6f333095ed7b2a110baf5fcff 100644
--- a/src/js/prologue.js
+++ b/src/js/prologue.js
@@ -217,6 +217,7 @@ function PostNatives(utils) {
"promise_value_symbol",
"reflect_apply",
"reflect_construct",
+ "regexp_flags_symbol",
"to_string_tag_symbol",
];
« src/bootstrapper.cc ('K') | « src/js/macros.py ('k') | src/js/regexp.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698