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

Unified Diff: src/js/prologue.js

Issue 1558543002: Add a --harmony-species flag, defining @@species on constructors (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 years 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/js/harmony-species.js ('k') | test/mjsunit/harmony/species.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 6a037e01cbf7a96e6969f25886cd96c518b39340..eb24d2804ebca1815cb1d9ca065f18d37f72d972 100644
--- a/src/js/prologue.js
+++ b/src/js/prologue.js
@@ -219,6 +219,7 @@ function PostNatives(utils) {
"regexp_flags_symbol",
"to_string_tag_symbol",
"object_to_string",
+ "species_symbol",
];
var filtered_exports = {};
« no previous file with comments | « src/js/harmony-species.js ('k') | test/mjsunit/harmony/species.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698