Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_view_functions.cpp75 jsPlaceChildrenFunc_.Lock()->Call(jsObject_.Lock(), 3, params); /* 3:params number */ in ExecutePlaceChildren()
331 jsPlaceChildrenFunc_ = JSRef<JSFunc>::Cast(jsPlaceChildrenFunc); in InitViewFunctions()
480 return !jsPlaceChildrenFunc_.IsEmpty(); in HasPlaceChildren()
H A Djs_view_functions.h102 JSWeak<JSFunc> jsPlaceChildrenFunc_; variable