Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_web.cpp896 auto getThisVarFunction = controller->GetProperty("innerGetThisVar"); in ExistController() local
897 if (!getThisVarFunction->IsFunction()) { in ExistController()
901 auto func = JSRef<JSFunc>::Cast(getThisVarFunction); in ExistController()