Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/test/fuzztest/containersplainarray_fuzzer/
H A Dcontainersplainarray_fuzzer.cpp624 EcmaRuntimeCallInfo *cfForRemove = CreateEcmaRuntimeCallInfo(thread, 6); // 6 : means the argv length in ContainersPlainArray_Remove_FuzzTest() local
625 cfForRemove->SetFunction(JSTaggedValue::Undefined()); in ContainersPlainArray_Remove_FuzzTest()
626 cfForRemove->SetThis(plainArray.GetTaggedValue()); in ContainersPlainArray_Remove_FuzzTest()
627 cfForRemove->SetCallArg(0, JSTaggedValue(static_cast<uint32_t>(inputNum))); in ContainersPlainArray_Remove_FuzzTest()
628 ContainersPlainArray::Remove(cfForRemove); // expected to return the value in ContainersPlainArray_Remove_FuzzTest()

Completed in 2 milliseconds