Searched refs:hashMapIteratorPrototype (Results 1 – 1 of 1) sorted by relevance
1164 JSHandle<JSObject> hashMapIteratorPrototype(factory->NewJSObject(iteratorFuncHClass)); in InitializeHashMapIterator() local1166 …SetFrozenFunction(thread, hashMapIteratorPrototype, "next", JSAPIHashMapIterator::Next, FuncLength… in InitializeHashMapIterator()1167 SetStringTagSymbol(thread, env, hashMapIteratorPrototype, "HashMap Iterator"); in InitializeHashMapIterator()1170 hashMapIteratorPrototype.GetTaggedValue()); in InitializeHashMapIterator()