Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/test/fuzztest/containersplainarray_fuzzer/
H A Dcontainersplainarray_fuzzer.cpp273 EcmaRuntimeCallInfo *cfForGet = CreateEcmaRuntimeCallInfo(thread, 6); // 6 : means the argv length in ContainersPlainArray_Get_FuzzTest() local
274 cfForGet->SetFunction(JSTaggedValue::Undefined()); in ContainersPlainArray_Get_FuzzTest()
275 cfForGet->SetThis(plainArray.GetTaggedValue()); in ContainersPlainArray_Get_FuzzTest()
276 cfForGet->SetCallArg(0, JSTaggedValue(static_cast<uint32_t>(inputNum))); // set key get value in ContainersPlainArray_Get_FuzzTest()
277 ContainersPlainArray::Get(cfForGet); // expected to return value in ContainersPlainArray_Get_FuzzTest()

Completed in 3 milliseconds