Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/test/fuzztest/containersplainarray_fuzzer/
H A Dcontainersplainarray_fuzzer.cpp371 EcmaRuntimeCallInfo *cfForForEach = CreateEcmaRuntimeCallInfo(thread, 8); // 8 : means the argv length in ContainersPlainArray_ForEach_FuzzTest() local
372 cfForForEach->SetFunction(JSTaggedValue::Undefined()); in ContainersPlainArray_ForEach_FuzzTest()
373 cfForForEach->SetThis(plainArray.GetTaggedValue()); in ContainersPlainArray_ForEach_FuzzTest()
374 cfForForEach->SetCallArg(0, cbFunc.GetTaggedValue()); in ContainersPlainArray_ForEach_FuzzTest()
375 cfForForEach->SetCallArg(1, thisArg.GetTaggedValue()); in ContainersPlainArray_ForEach_FuzzTest()
376 ContainersPlainArray::ForEach(cfForForEach); // expected to return undefined in ContainersPlainArray_ForEach_FuzzTest()

Completed in 3 milliseconds