Searched refs:jsSetInitiallyProvidedValueFunc (Results 1 – 1 of 1) sorted by relevance
389 … JSRef<JSVal> jsSetInitiallyProvidedValueFunc = jsObject->GetProperty("setInitiallyProvidedValue"); in InitViewFunctions() local390 if (jsSetInitiallyProvidedValueFunc->IsFunction()) { in InitViewFunctions()391 jsSetInitiallyProvidedValueFunc_ = JSRef<JSFunc>::Cast(jsSetInitiallyProvidedValueFunc); in InitViewFunctions()