Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/test/fuzztest/containersplainarray_fuzzer/
H A Dcontainersplainarray_fuzzer.cpp455 EcmaRuntimeCallInfo *cfForGetIndexOfKey = in ContainersPlainArray_GetIndexOfKey_FuzzTest() local
457 cfForGetIndexOfKey->SetFunction(JSTaggedValue::Undefined()); in ContainersPlainArray_GetIndexOfKey_FuzzTest()
458 cfForGetIndexOfKey->SetThis(plainArray.GetTaggedValue()); in ContainersPlainArray_GetIndexOfKey_FuzzTest()
459 cfForGetIndexOfKey->SetCallArg(0, inputEcmaStr.GetTaggedValue()); // value in ContainersPlainArray_GetIndexOfKey_FuzzTest()
460 ContainersPlainArray::GetIndexOfKey(cfForGetIndexOfKey); // expected to return the index of key in ContainersPlainArray_GetIndexOfKey_FuzzTest()

Completed in 2 milliseconds