| Index: src/factory.h
|
| diff --git a/src/factory.h b/src/factory.h
|
| index e9972cc13a8a96613a3bc4102745bb43c503045f..9f9813cae0b2d9a41649f578a91baa5a32f9f91b 100644
|
| --- a/src/factory.h
|
| +++ b/src/factory.h
|
| @@ -445,6 +445,10 @@ class Factory FINAL {
|
| Handle<JSDataView> NewJSDataView(Handle<JSArrayBuffer> buffer,
|
| size_t byte_offset, size_t byte_length);
|
|
|
| + // TODO(aandrey): Maybe these should take table, index and kind arguments.
|
| + Handle<JSMapIterator> NewJSMapIterator();
|
| + Handle<JSSetIterator> NewJSSetIterator();
|
| +
|
| // Allocates a Harmony proxy.
|
| Handle<JSProxy> NewJSProxy(Handle<Object> handler, Handle<Object> prototype);
|
|
|
|
|