Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_web.cpp935 auto getWebIdFunction = controller->GetProperty("innerGetWebId"); in SetWebController() local
936 if (!getWebIdFunction->IsFunction()) { in SetWebController()
940 auto func = JSRef<JSFunc>::Cast(getWebIdFunction); in SetWebController()
3932 auto getWebIdFunction = controller->GetProperty("innerGetWebId"); in HandleWindowNewEvent() local
3933 if (getWebIdFunction->IsFunction()) { in HandleWindowNewEvent()
3934 auto func = JSRef<JSFunc>::Cast(getWebIdFunction); in HandleWindowNewEvent()