Home
last modified time | relevance | path

Searched refs:scrollableArg (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_tabs_bridge.cpp430 Local<JSValueRef> scrollableArg = runtimeCallInfo->GetCallArgRef(1); in SetScrollable() local
434 if (scrollableArg->IsNull() || scrollableArg->IsUndefined()) { in SetScrollable()
439 bool scrollable = scrollableArg->ToBoolean(vm)->Value(); in SetScrollable()