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

Unified Diff: src/js/prologue.js

Issue 1560763002: Add Array support for @@species and subclassing (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Last couple comments Created 4 years, 11 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/array.js ('k') | src/js/typedarray.js » ('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 60714fad585d798e3aa3679259e6792815b51031..2779393bd195d1f3fdb08f2fde678bdb9661db63 100644
--- a/src/js/prologue.js
+++ b/src/js/prologue.js
@@ -173,19 +173,6 @@ function PostNatives(utils) {
"ErrorToString",
"GetIterator",
"GetMethod",
- "InnerArrayEvery",
- "InnerArrayFilter",
- "InnerArrayForEach",
- "InnerArrayIndexOf",
- "InnerArrayJoin",
- "InnerArrayLastIndexOf",
- "InnerArrayMap",
- "InnerArrayReduce",
- "InnerArrayReduceRight",
- "InnerArrayReverse",
- "InnerArraySome",
- "InnerArraySort",
- "InnerArrayToLocaleString",
"IsNaN",
"MakeError",
"MakeTypeError",
« no previous file with comments | « src/js/array.js ('k') | src/js/typedarray.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698