Home
last modified time | relevance | path

Searched refs:cfForGetIteratorObj (Results 1 - 1 of 1) sorted by relevance

/arkcompiler/ets_runtime/test/fuzztest/containersplainarray_fuzzer/
H A Dcontainersplainarray_fuzzer.cpp315 EcmaRuntimeCallInfo *cfForGetIteratorObj = in ContainersPlainArray_GetIteratorObj_FuzzTest() local
317 cfForGetIteratorObj->SetFunction(JSTaggedValue::Undefined()); in ContainersPlainArray_GetIteratorObj_FuzzTest()
318 cfForGetIteratorObj->SetThis(plainArray.GetTaggedValue()); in ContainersPlainArray_GetIteratorObj_FuzzTest()
319 ContainersPlainArray::GetIteratorObj(cfForGetIteratorObj); // expected to return iterator in ContainersPlainArray_GetIteratorObj_FuzzTest()

Completed in 2 milliseconds