Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/test/fuzztest/containersplainarray_fuzzer/
H A Dcontainersplainarray_fuzzer.cpp752 EcmaRuntimeCallInfo *cfForSetValueAt = CreateEcmaRuntimeCallInfo(thread, 8); // 8 : means the argv length in ContainersPlainArray_SetValueAt_FuzzTest() local
753 cfForSetValueAt->SetFunction(JSTaggedValue::Undefined()); in ContainersPlainArray_SetValueAt_FuzzTest()
754 cfForSetValueAt->SetThis(plainArray.GetTaggedValue()); in ContainersPlainArray_SetValueAt_FuzzTest()
755 cfForSetValueAt->SetCallArg(0, JSTaggedValue(static_cast<uint32_t>(inputNum))); // set index to set in ContainersPlainArray_SetValueAt_FuzzTest()
756 cfForSetValueAt->SetCallArg(1, JSTaggedValue(static_cast<uint32_t>(inputNum))); // set new value in ContainersPlainArray_SetValueAt_FuzzTest()
757 ContainersPlainArray::SetValueAt(cfForSetValueAt); // expected to return undefined in ContainersPlainArray_SetValueAt_FuzzTest()

Completed in 2 milliseconds