Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins.cpp1805 JSHandle<JSObject> arrayIteratorPrototype(factory_->NewJSObjectWithInit(iteratorFuncClass)); in InitializeArrayIterator() local
1807 SetFunction(env, arrayIteratorPrototype, "next", JSArrayIterator::Next, FunctionLength::ZERO); in InitializeArrayIterator()
1808 SetStringTagSymbol(env, arrayIteratorPrototype, "Array Iterator"); in InitializeArrayIterator()
1809 env->SetArrayIteratorPrototype(thread_, arrayIteratorPrototype); in InitializeArrayIterator()