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

Unified Diff: src/prologue.js

Issue 1166623004: Implement %TypedArray%.prototype.{toString,toLocaleString,join} (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Fix toString Created 5 years, 7 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/harmony-typedarray.js ('k') | test/mjsunit/harmony/typedarray-tostring.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/prologue.js
diff --git a/src/prologue.js b/src/prologue.js
index 8052a49b6ecbacd1845bd0a04ff8f830101794e4..34cc68b98be3d8bacdcd00311a9523addd39aadf 100644
--- a/src/prologue.js
+++ b/src/prologue.js
@@ -154,17 +154,20 @@ function PostNatives(utils) {
// Whitelist of exports from normal natives to experimental natives.
var expose_to_experimental = [
+ "ArrayToString",
"GetIterator",
"GetMethod",
"InnerArrayEvery",
"InnerArrayFilter",
"InnerArrayForEach",
"InnerArrayIndexOf",
+ "InnerArrayJoin",
"InnerArrayLastIndexOf",
"InnerArrayMap",
"InnerArrayReverse",
"InnerArraySome",
"InnerArraySort",
+ "InnerArrayToLocaleString",
"IsNaN",
"MathMax",
"MathMin",
« no previous file with comments | « src/harmony-typedarray.js ('k') | test/mjsunit/harmony/typedarray-tostring.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698