Home
last modified time | relevance | path

Searched refs:underlineColorArg (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_text_input_bridge.cpp1036 …Local<JSValueRef> underlineColorArg = runtimeCallInfo->GetCallArgRef(1); // 1: underlineColor val… in SetUnderlineColor() local
1043 …if (!underlineColorArg->IsUndefined() && ArkTSUtils::ParseJsColorAlpha(vm, underlineColorArg, unde… in SetUnderlineColor()