Home
last modified time | relevance | path

Searched refs:plainarrayIteratorPrototype (Results 1 – 1 of 1) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/containers/
Dcontainers_private.cpp702 JSHandle<JSObject> plainarrayIteratorPrototype(factory->NewJSObject(iteratorClass)); in InitializePlainArrayIterator() local
703 …SetFrozenFunction(thread, plainarrayIteratorPrototype, "next", JSAPIPlainArrayIterator::Next, Func… in InitializePlainArrayIterator()
704 SetStringTagSymbol(thread, env, plainarrayIteratorPrototype, "PlainArray Iterator"); in InitializePlainArrayIterator()
706 plainarrayIteratorPrototype.GetTaggedValue()); in InitializePlainArrayIterator()