Searched refs:minLengthArg (Results 1 – 1 of 1) sorted by relevance
47 …Local<JSValueRef> minLengthArg = runtimeCallInfo->GetCallArgRef(2); // 2: index of parameter minLe… in SetListLanes() local72 if (!minLengthArg->IsUndefined() && !maxLengthArg->IsUndefined() && in SetListLanes()73 ArkTSUtils::ParseJsDimensionVp(vm, minLengthArg, minLength) && in SetListLanes()