Home
last modified time | relevance | path

Searched refs:optionsArg (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_nav_destination_bridge.cpp219 Local<JSValueRef> optionsArg = runtimeCallInfo->GetCallArgRef(2); in SetTitle() local
244 if (optionsArg->IsObject(vm)) { in SetTitle()
245 NativeNavigationUtils::ParseTitleOptions(vm, optionsArg, options); in SetTitle()
H A Darkts_native_navigation_bridge.cpp473 Local<JSValueRef> optionsArg = runtimeCallInfo->GetCallArgRef(2); in SetTitle() local
498 if (optionsArg->IsObject(vm)) { in SetTitle()
499 NativeNavigationUtils::ParseTitleOptions(vm, optionsArg, options); in SetTitle()
H A Darkts_native_text_bridge.cpp66 Local<JSValueRef> optionsArg = runtimeCallInfo->GetCallArgRef(NUM_2); in SetFontWeight() local
84 if (optionsArg->IsBoolean()) { in SetFontWeight()
85 weightInfo.enableVariableFontWeight = static_cast<int32_t>(optionsArg->BooleaValue(vm)); in SetFontWeight()
844 Local<JSValueRef> optionsArg = runtimeCallInfo->GetCallArgRef(NUM_5); in SetFont() local
878 if (optionsArg->IsBoolean()) { in SetFont()
879 fontInfo.enableVariableFontWeight = static_cast<int32_t>(optionsArg->BooleaValue(vm)); in SetFont()