Searched refs:jsSetActive (Results 1 – 1 of 1) sorted by relevance
288 JSRef<JSVal> jsSetActive = jsObject->GetProperty("setActiveInternal"); in InitViewFunctions() local289 if (jsSetActive->IsFunction()) { in InitViewFunctions()290 jsSetActive_ = JSRef<JSFunc>::Cast(jsSetActive); in InitViewFunctions()