Commit 92efd8f1 authored by yangguo's avatar yangguo Committed by Commit bot

Clean up builtins export whitelist.

R=bmeurer@chromium.org

Review-Url: https://codereview.chromium.org/2410303009
Cr-Commit-Position: refs/heads/master@{#40311}
parent fa282812
......@@ -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 = {};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment