Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/test/fuzztest/containersplainarray_fuzzer/
H A Dcontainersplainarray_fuzzer.cpp498 EcmaRuntimeCallInfo *cfForGetIndexOfValue = in ContainersPlainArray_GetIndexOfValue_FuzzTest() local
500 cfForGetIndexOfValue->SetFunction(JSTaggedValue::Undefined()); in ContainersPlainArray_GetIndexOfValue_FuzzTest()
501 cfForGetIndexOfValue->SetThis(plainArray.GetTaggedValue()); in ContainersPlainArray_GetIndexOfValue_FuzzTest()
502 cfForGetIndexOfValue->SetCallArg(0, JSTaggedValue(static_cast<uint32_t>(inputNum))); // key in ContainersPlainArray_GetIndexOfValue_FuzzTest()
503 ContainersPlainArray::GetIndexOfValue(cfForGetIndexOfValue); // expected to return the index of value in ContainersPlainArray_GetIndexOfValue_FuzzTest()

Completed in 2 milliseconds