Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_view_functions.h112 JSWeak<JSFunc> jsHasNodeUpdateFunc_; variable
H A Djs_view_functions.cpp149 auto func = jsHasNodeUpdateFunc_.Lock(); in ExecuteHasNodeUpdateFunc()
275 jsHasNodeUpdateFunc_ = JSRef<JSFunc>::Cast(jsHasNodeUpdateFunc); in InitViewFunctions()