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

Unified Diff: src/js/array-iterator.js

Issue 1415663002: Revert "[api] expose Array Iterators to API" (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 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 | « src/contexts.h ('k') | test/cctest/test-api.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/js/array-iterator.js
diff --git a/src/js/array-iterator.js b/src/js/array-iterator.js
index 03ef3b2870c38c726576bd92acc4caccfe31fe7d..16d3b772086f3f6926b5fc31e2dbc89f8af1cbac 100644
--- a/src/js/array-iterator.js
+++ b/src/js/array-iterator.js
@@ -164,10 +164,6 @@ utils.Export(function(to) {
to.ArrayValues = ArrayValues;
});
-%InstallToContext([
- "array_keys_iterator", ArrayKeys,
- "array_values_iterator", ArrayValues,
- "array_entries_iterator", ArrayEntries
-]);
+%InstallToContext(["array_values_iterator", ArrayValues]);
})
« no previous file with comments | « src/contexts.h ('k') | test/cctest/test-api.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698