Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_view_functions.h110 JSWeak<JSFunc> jsReloadFunc_; variable
H A Djs_view_functions.cpp122 auto func = jsReloadFunc_.Lock(); in ExecuteReload()
261 jsReloadFunc_ = JSRef<JSFunc>::Cast(jsReloadFunc); in InitViewFunctions()