Searched refs:jsOnFormRecoverFunc (Results 1 – 1 of 1) sorted by relevance
407 JSRef<JSVal> jsOnFormRecoverFunc = jsObject->GetProperty("onFormRecover"); in InitViewFunctions() local408 if (jsOnFormRecoverFunc->IsFunction()) { in InitViewFunctions()409 jsOnFormRecoverFunc_ = JSRef<JSFunc>::Cast(jsOnFormRecoverFunc); in InitViewFunctions()