Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_view_functions.cpp50 jsLayoutFunc_.Lock()->Call(jsObject_.Lock(), 2, params); in ExecuteLayout()
321 jsLayoutFunc_ = JSRef<JSFunc>::Cast(jsLayoutFunc); in InitViewFunctions()
470 return !jsLayoutFunc_.IsEmpty(); in HasLayout()
H A Djs_view_functions.h101 JSWeak<JSFunc> jsLayoutFunc_; variable