Searched refs:getWebIdFunction (Results 1 – 1 of 1) sorted by relevance
935 auto getWebIdFunction = controller->GetProperty("innerGetWebId"); in SetWebController() local936 if (!getWebIdFunction->IsFunction()) { in SetWebController()940 auto func = JSRef<JSFunc>::Cast(getWebIdFunction); in SetWebController()3932 auto getWebIdFunction = controller->GetProperty("innerGetWebId"); in HandleWindowNewEvent() local3933 if (getWebIdFunction->IsFunction()) { in HandleWindowNewEvent()3934 auto func = JSRef<JSFunc>::Cast(getWebIdFunction); in HandleWindowNewEvent()