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