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

Unified Diff: src/v8.gyp

Issue 2405253006: [builtins] implement Array.prototype[@@iterator] in TFJ builtins (Closed)
Patch Set: add array_iterator_protector, and check array_protector in holey fast arrays 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
Index: src/v8.gyp
diff --git a/src/v8.gyp b/src/v8.gyp
index 6fabf52f54608417ecc5647c668204574f238675..c0ecf43b476df934c0c2dc324cad383f9ea7f5f2 100644
--- a/src/v8.gyp
+++ b/src/v8.gyp
@@ -2237,7 +2237,6 @@
'js/collection-iterator.js',
'js/promise.js',
'js/messages.js',
- 'js/array-iterator.js',
'js/templates.js',
'js/spread.js',
'js/proxy.js',

Powered by Google App Engine
This is Rietveld 408576698