Home
last modified time | relevance | path

Searched refs:pTmpRetValue (Results 1 – 1 of 1) sorted by relevance

/external/pdfium/xfa/fxfa/app/
Dxfa_ffwidgetacc.cpp639 std::unique_ptr<CFXJSE_Value> pTmpRetValue( in ExecuteScript() local
643 wsExpression.AsStringC(), pTmpRetValue.get(), in ExecuteScript()
651 if (!pTmpRetValue->IsUndefined()) { in ExecuteScript()
652 if (!pTmpRetValue->IsNull()) in ExecuteScript()
653 pEventParam->m_wsResult = pTmpRetValue->ToWideString(); in ExecuteScript()
687 *pRetValue = pTmpRetValue.release(); in ExecuteScript()