Home
last modified time | relevance | path

Searched refs:idsArg (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_relative_container_bridge.cpp80 Local<JSValueRef> idsArg = runtimeCallInfo->GetCallArgRef(NUM_1); in SetGuideLine() local
84 if (!idsArg->IsArray(vm) || !directionsArg->IsArray(vm) || !positionsArg->IsArray(vm)) { in SetGuideLine()
89 auto idsArr = panda::Local<panda::ArrayRef>(idsArg); in SetGuideLine()
141 Local<JSValueRef> idsArg = runtimeCallInfo->GetCallArgRef(NUM_1); in SetBarrier() local
145 if (!idsArg->IsArray(vm) || !directionsArg->IsArray(vm) || !referenceIdsArg->IsArray(vm)) { in SetBarrier()
150 auto idsArr = panda::Local<panda::ArrayRef>(idsArg); in SetBarrier()