Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/test/fuzztest/containersplainarray_fuzzer/
H A Dcontainersplainarray_fuzzer.cpp666 EcmaRuntimeCallInfo *cfForRemoveAt = CreateEcmaRuntimeCallInfo(thread, 6); // 6 : means the argv length in ContainersPlainArray_RemoveAt_FuzzTest() local
667 cfForRemoveAt->SetFunction(JSTaggedValue::Undefined()); in ContainersPlainArray_RemoveAt_FuzzTest()
668 cfForRemoveAt->SetThis(plainArray.GetTaggedValue()); in ContainersPlainArray_RemoveAt_FuzzTest()
669 cfForRemoveAt->SetCallArg(0, JSTaggedValue(static_cast<uint32_t>(inputNum))); in ContainersPlainArray_RemoveAt_FuzzTest()
670 ContainersPlainArray::RemoveAt(cfForRemoveAt); // expected to return the value in ContainersPlainArray_RemoveAt_FuzzTest()

Completed in 3 milliseconds