Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_view_functions.cpp288 JSRef<JSVal> jsSetActive = jsObject->GetProperty("setActiveInternal"); in InitViewFunctions() local
289 if (jsSetActive->IsFunction()) { in InitViewFunctions()
290 jsSetActive_ = JSRef<JSFunc>::Cast(jsSetActive); in InitViewFunctions()