Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_richeditor.cpp1887 auto customVal = args[0]; in AddPlaceholderSpan() local
1888 if (!customVal->IsFunction() && !customVal->IsObject()) { in AddPlaceholderSpan()
1892 auto customObject = JSRef<JSObject>::Cast(customVal); in AddPlaceholderSpan()
1896 funcValue = customVal; in AddPlaceholderSpan()