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

Unified Diff: src/js/prologue.js

Issue 1968893002: Remove certain non-standard properties from Intl (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Fix nit Created 4 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/js/intl-extra.js ('k') | src/v8.gyp » ('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 0e7b43bf0367cad1fd28840cf504329fafa8bb3c..0d1f939dc64156015c5bbcdaa93e7acb96189f90 100644
--- a/src/js/prologue.js
+++ b/src/js/prologue.js
@@ -181,10 +181,13 @@ function PostNatives(utils) {
// Whitelist of exports from normal natives to experimental natives and debug.
var expose_list = [
+ "AddBoundMethod",
"ArrayToString",
"ErrorToString",
"GetIterator",
"GetMethod",
+ "IntlParseDate",
+ "IntlParseNumber",
"IsNaN",
"MakeError",
"MakeRangeError",
« no previous file with comments | « src/js/intl-extra.js ('k') | src/v8.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698