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

Unified Diff: src/bootstrapper.cc

Issue 546803003: Update ObjectToString to Harmony-draft algorithm (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Put ES6 behaviour behind flag, fixup tests, refactor kBuiltinToStringTags Created 6 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
« no previous file with comments | « src/arraybuffer.js ('k') | src/collection.js » ('j') | src/flag-definitions.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/bootstrapper.cc
diff --git a/src/bootstrapper.cc b/src/bootstrapper.cc
index 1e453e5e298b4abf1bf4310782b2b7bdc396956e..31ceddda647b3a42f08ddb64e9694b21b4b135a7 100644
--- a/src/bootstrapper.cc
+++ b/src/bootstrapper.cc
@@ -2088,6 +2088,7 @@ bool Genesis::InstallExperimentalNatives() {
INSTALL_EXPERIMENTAL_NATIVE(i, arrays, "harmony-array.js")
INSTALL_EXPERIMENTAL_NATIVE(i, arrays, "harmony-typedarray.js")
INSTALL_EXPERIMENTAL_NATIVE(i, classes, "harmony-classes.js")
+ INSTALL_EXPERIMENTAL_NATIVE(i, tostring, "harmony-tostring.js")
}
InstallExperimentalNativeFunctions();
« no previous file with comments | « src/arraybuffer.js ('k') | src/collection.js » ('j') | src/flag-definitions.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698