Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_view_functions.cpp389 … JSRef<JSVal> jsSetInitiallyProvidedValueFunc = jsObject->GetProperty("setInitiallyProvidedValue"); in InitViewFunctions() local
390 if (jsSetInitiallyProvidedValueFunc->IsFunction()) { in InitViewFunctions()
391 jsSetInitiallyProvidedValueFunc_ = JSRef<JSFunc>::Cast(jsSetInitiallyProvidedValueFunc); in InitViewFunctions()