Home
last modified time | relevance | path

Searched refs:minLengthArg (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_list_bridge.cpp47 …Local<JSValueRef> minLengthArg = runtimeCallInfo->GetCallArgRef(2); // 2: index of parameter minLe… in SetListLanes() local
72 if (!minLengthArg->IsUndefined() && !maxLengthArg->IsUndefined() && in SetListLanes()
73 ArkTSUtils::ParseJsDimensionVp(vm, minLengthArg, minLength) && in SetListLanes()