Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_list_item_group_bridge.cpp132 Local<JSValueRef> spaceArg = runtimeCallInfo->GetCallArgRef(1); //1 is index of space in SetListItemGroupInitialize() local
137 …if (spaceArg->IsObject(vm) || !ArkTSUtils::ParseJsDouble(vm, spaceArg, space) || LessNotEqual(spac… in SetListItemGroupInitialize()
H A Darkts_native_gauge_bridge.cpp422 auto spaceArg = runtimeCallInfo->GetCallArgRef(2); in SetGaugeIndicator() local
436 if (!ArkTSUtils::ParseJsDimensionVpNG(vm, spaceArg, space, false)) { in SetGaugeIndicator()