Searched refs:pTmpRetValue (Results 1 – 1 of 1) sorted by relevance
639 std::unique_ptr<CFXJSE_Value> pTmpRetValue( in ExecuteScript() local643 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()