Home
last modified time | relevance | path

Searched refs:getWebIdFunction (Results 1 - 1 of 1) sorted by relevance

/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_web.cpp927 auto getWebIdFunction = controller->GetProperty("innerGetWebId"); in SetWebController() local
928 if (!getWebIdFunction->IsFunction()) { in SetWebController()
932 auto func = JSRef<JSFunc>::Cast(getWebIdFunction); in SetWebController()
4054 auto getWebIdFunction = controller->GetProperty("innerGetWebId"); in HandleWindowNewEvent() local
4055 if (getWebIdFunction->IsFunction()) { in HandleWindowNewEvent()
4056 auto func = JSRef<JSFunc>::Cast(getWebIdFunction); in HandleWindowNewEvent()

Completed in 10 milliseconds