Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_textfield.cpp1223 auto secondJSValue = info[1]; in SetShowCounter() local
1224 if ((!jsValue->IsBoolean() && !secondJSValue->IsObject())) { in SetShowCounter()
1229 if (secondJSValue->IsObject()) { in SetShowCounter()
1230 auto paramObject = JSRef<JSObject>::Cast(secondJSValue); in SetShowCounter()