Home
last modified time | relevance | path

Searched refs:rowsGapArg (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_water_flow_bridge.cpp171 Local<JSValueRef> rowsGapArg = runtimeCallInfo->GetCallArgRef(NUM_1); in SetRowsGap() local
175 if (rowsGapArg->IsUndefined() || !ArkTSUtils::ParseJsDimensionVpNG(vm, rowsGapArg, rowGap)) { in SetRowsGap()