Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_view_functions.cpp395 JSRef<JSVal> jsUpdateWithValueParamsFunc = jsObject->GetProperty("updateWithValueParams"); in InitViewFunctions() local
396 if (jsUpdateWithValueParamsFunc->IsFunction()) { in InitViewFunctions()
397 jsUpdateWithValueParamsFunc_ = JSRef<JSFunc>::Cast(jsUpdateWithValueParamsFunc); in InitViewFunctions()