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

Unified Diff: src/js/prologue.js

Issue 1509533003: Rewrite Object.prototype.toString in C++ (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Rebase, add back experimental flag 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/messages.js ('k') | src/js/v8natives.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 07cdacaecc7a68b81d89feb633cea36a35250463..faccce7feebdf79b21729d0fd7de33c164aa683d 100644
--- a/src/js/prologue.js
+++ b/src/js/prologue.js
@@ -220,6 +220,7 @@ function PostNatives(utils) {
"reflect_construct",
"regexp_flags_symbol",
"to_string_tag_symbol",
+ "object_to_string",
];
var filtered_exports = {};
« no previous file with comments | « src/js/messages.js ('k') | src/js/v8natives.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698