Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/test/fuzztest/containersplainarray_fuzzer/
H A Dcontainersplainarray_fuzzer.cpp582 EcmaRuntimeCallInfo *cfForGetKeyAt = CreateEcmaRuntimeCallInfo(thread, 6); // 6 : means the argv length in ContainersPlainArray_GetKeyAt_FuzzTest() local
583 cfForGetKeyAt->SetFunction(JSTaggedValue::Undefined()); in ContainersPlainArray_GetKeyAt_FuzzTest()
584 cfForGetKeyAt->SetThis(plainArray.GetTaggedValue()); in ContainersPlainArray_GetKeyAt_FuzzTest()
585 cfForGetKeyAt->SetCallArg(0, inputEcmaStr.GetTaggedValue()); // value in ContainersPlainArray_GetKeyAt_FuzzTest()
586 ContainersPlainArray::GetKeyAt(cfForGetKeyAt); // expected to return the key in ContainersPlainArray_GetKeyAt_FuzzTest()

Completed in 2 milliseconds