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

Unified Diff: src/factory.h

Issue 2407423002: [modules] Implement @@iterator on namespace objects. (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
Index: src/factory.h
diff --git a/src/factory.h b/src/factory.h
index 3d73c334ab9133dbf3dc53cc9a78dfb4e1c7c24c..c2222879e0b8857f0b6b45614b8d034451f57958 100644
--- a/src/factory.h
+++ b/src/factory.h
@@ -524,6 +524,9 @@ class Factory final {
Handle<JSMapIterator> NewJSMapIterator();
Handle<JSSetIterator> NewJSSetIterator();
+ Handle<JSFixedArrayIterator> NewJSFixedArrayIterator(
+ Handle<FixedArray> array);
+
// Allocates a bound function.
MaybeHandle<JSBoundFunction> NewJSBoundFunction(
Handle<JSReceiver> target_function, Handle<Object> bound_this,

Powered by Google App Engine
This is Rietveld 408576698