Home
last modified time | relevance | path

Searched refs:arg_cellLength (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_grid_bridge.cpp493 Local<JSValueRef> arg_cellLength = runtimeCallInfo->GetCallArgRef(CALL_ARG_1); in SetCellLength() local
495 if (!arg_cellLength->IsNull() && arg_cellLength->IsNumber()) { in SetCellLength()
496 int32_t cellLength = arg_cellLength->Int32Value(vm); in SetCellLength()