Searched refs:cfForGetKeyAt (Results 1 – 1 of 1) sorted by relevance
582 …EcmaRuntimeCallInfo *cfForGetKeyAt = CreateEcmaRuntimeCallInfo(thread, 6); // 6 : means the argv l… in ContainersPlainArray_GetKeyAt_FuzzTest() local583 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()