Home
last modified time | relevance | path

Searched refs:maxLengthArg (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.cpp48 …Local<JSValueRef> maxLengthArg = runtimeCallInfo->GetCallArgRef(3); // 3: index of parameter maxLe… in SetListLanes() local
72 if (!minLengthArg->IsUndefined() && !maxLengthArg->IsUndefined() && in SetListLanes()
74 ArkTSUtils::ParseJsDimensionVp(vm, maxLengthArg, maxLength)) { in SetListLanes()