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

Unified Diff: src/js/prologue.js

Issue 2410303009: Clean up builtins export whitelist. (Closed)
Patch Set: Created 4 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 | « no previous file | no next file » | 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 9728b6413bdb996ec1dd938021a32464fcdf7a58..dba77d7d8d130402df5284cc2dbf516e6cd71199 100644
--- a/src/js/prologue.js
+++ b/src/js/prologue.js
@@ -181,10 +181,7 @@ function PostNatives(utils) {
// Whitelist of exports from normal natives to experimental natives and debug.
var expose_list = [
- "ArrayToString",
"FormatDateToParts",
- "GetIterator",
- "GetMethod",
"MapEntries",
"MapIterator",
"MapIteratorNext",
@@ -196,25 +193,12 @@ function PostNatives(utils) {
"ToLocaleLowerCaseI18N",
"ToLocaleUpperCaseI18N",
"ToLowerCaseI18N",
- "ToPositiveInteger",
"ToUpperCaseI18N",
// From runtime:
- "is_concat_spreadable_symbol",
- "iterator_symbol",
- "object_freeze",
- "object_is_frozen",
- "object_is_sealed",
"promise_result_symbol",
"promise_state_symbol",
"reflect_apply",
- "reflect_construct",
"to_string_tag_symbol",
- "object_to_string",
- "species_symbol",
- "match_symbol",
- "replace_symbol",
- "search_symbol",
- "split_symbol",
];
var filtered_exports = {};
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698