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

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: fix windows build Created 5 years, 2 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/js/prologue.js
diff --git a/src/js/prologue.js b/src/js/prologue.js
index 4b4e36c79e169f79672f8812ac2a4f985f163528..589c646cea3f80225c4907178b295de13d009dd9 100644
--- a/src/js/prologue.js
+++ b/src/js/prologue.js
@@ -175,6 +175,7 @@ function PostNatives(utils) {
"FunctionSourceString",
"GetIterator",
"GetMethod",
+ "GetRegExpFlagGetter",
"InnerArrayEvery",
"InnerArrayFilter",
"InnerArrayForEach",

Powered by Google App Engine
This is Rietveld 408576698