Searched refs:mapIteratorPrototype (Results 1 – 2 of 2) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/containers/ |
| D | containers_private.cpp | 554 JSHandle<JSObject> mapIteratorPrototype(factory->NewJSObject(iteratorClass)); in InitializeTreeMapIterator() local 556 …SetFrozenFunction(thread, mapIteratorPrototype, "next", JSAPITreeMapIterator::Next, FuncLength::ZE… in InitializeTreeMapIterator() 557 SetStringTagSymbol(thread, env, mapIteratorPrototype, "TreeMap Iterator"); in InitializeTreeMapIterator() 559 …globalConst->SetConstant(ConstantIndex::TREEMAP_ITERATOR_PROTOTYPE_INDEX, mapIteratorPrototype.Get… in InitializeTreeMapIterator()
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins.cpp | 1950 JSHandle<JSObject> mapIteratorPrototype(factory_->NewJSObjectWithInit(iteratorFuncClass)); in InitializeMapIterator() local 1952 SetFunction(env, mapIteratorPrototype, "next", JSMapIterator::Next, FunctionLength::ZERO); in InitializeMapIterator() 1953 SetStringTagSymbol(env, mapIteratorPrototype, "Map Iterator"); in InitializeMapIterator() 1954 env->SetMapIteratorPrototype(thread_, mapIteratorPrototype); in InitializeMapIterator()
|