Searched refs:hRetValue (Results 1 – 1 of 1) sorted by relevance
122 CFXJSE_Value* hRetValue, in RunScript() argument134 hRetValue->SetUndefined(); in RunScript()144 return m_JsContext->ExecuteScript(btScript.c_str(), hRetValue, pValue); in RunScript()475 auto hRetValue = pdfium::MakeUnique<CFXJSE_Value>(GetIsolate()); in RunVariablesScript() local481 return pVariablesContext->ExecuteScript(btScript.c_str(), hRetValue.get()); in RunVariablesScript()