Searched refs:vectorIteratorPrototype (Results 1 – 1 of 1) sorted by relevance
841 JSHandle<JSObject> vectorIteratorPrototype(factory->NewJSObject(iteratorFuncHClass)); in InitializeVectorIterator() local843 …SetFrozenFunction(thread, vectorIteratorPrototype, "next", JSAPIVectorIterator::Next, FuncLength::… in InitializeVectorIterator()844 SetStringTagSymbol(thread, env, vectorIteratorPrototype, "Vector Iterator"); in InitializeVectorIterator()845 …nst->SetConstant(ConstantIndex::VECTOR_ITERATOR_PROTOTYPE_INDEX, vectorIteratorPrototype.GetTagged… in InitializeVectorIterator()