Searched refs:jsReloadFunc (Results 1 – 1 of 1) sorted by relevance
259 JSRef<JSVal> jsReloadFunc = jsObject->GetProperty("forceCompleteRerender"); in InitViewFunctions() local260 if (jsReloadFunc->IsFunction()) { in InitViewFunctions()261 jsReloadFunc_ = JSRef<JSFunc>::Cast(jsReloadFunc); in InitViewFunctions()