Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/test/fuzztest/containersplainarray_fuzzer/
H A Dcontainersplainarray_fuzzer.cpp795 EcmaRuntimeCallInfo *cfForGetValueAt = CreateEcmaRuntimeCallInfo(thread, 6); // 6 : means the argv length in ContainersPlainArray_GetValueAt_FuzzTest() local
796 cfForGetValueAt->SetFunction(JSTaggedValue::Undefined()); in ContainersPlainArray_GetValueAt_FuzzTest()
797 cfForGetValueAt->SetThis(plainArray.GetTaggedValue()); in ContainersPlainArray_GetValueAt_FuzzTest()
798 cfForGetValueAt->SetCallArg(0, JSTaggedValue(static_cast<uint32_t>(inputNum))); // set index to get in ContainersPlainArray_GetValueAt_FuzzTest()
799 ContainersPlainArray::GetValueAt(cfForGetValueAt); // expected to return value in ContainersPlainArray_GetValueAt_FuzzTest()

Completed in 2 milliseconds