Searched refs:arrayIteratorPrototype (Results 1 – 1 of 1) sorted by relevance
1805 JSHandle<JSObject> arrayIteratorPrototype(factory_->NewJSObjectWithInit(iteratorFuncClass)); in InitializeArrayIterator() local1807 SetFunction(env, arrayIteratorPrototype, "next", JSArrayIterator::Next, FunctionLength::ZERO); in InitializeArrayIterator()1808 SetStringTagSymbol(env, arrayIteratorPrototype, "Array Iterator"); in InitializeArrayIterator()1809 env->SetArrayIteratorPrototype(thread_, arrayIteratorPrototype); in InitializeArrayIterator()