Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/tests/
Djs_array_iterator_test.cpp36 HWTEST_F_L0(JSArrayIteratorTest, SetIteratedArray) in HWTEST_F_L0() argument
68 handleJSArrayIter->SetIteratedArray(thread, handleJSObjectTaggedArrayFrom2); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/
Djs_array_iterator.cpp76 iter->SetIteratedArray(thread, undefinedHandle); in NextInternal()
Dobject_factory.cpp3558 iter->SetIteratedArray(thread_, array); in NewJSArrayIterator()
3574 iter->SetIteratedArray(thread_, array); in NewJSSharedArrayIterator()
/arkcompiler/ets_runtime/ecmascript/shared_objects/
Djs_shared_array_iterator.cpp86 iter->SetIteratedArray(thread, undefinedHandle); in NextInternal()