Home
last modified time | relevance | path

Searched refs:arrowKeyStepOutArg (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_common_bridge.cpp8018 Local<JSValueRef> arrowKeyStepOutArg = runtimeCallInfo->GetCallArgRef(NUM_3); in SetFocusScopeId() local
8028 if (arrowKeyStepOutArg->IsBoolean()) { in SetFocusScopeId()
8029 arrowKeyStepOut = arrowKeyStepOutArg->ToBoolean(vm)->Value(); in SetFocusScopeId()