Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/parser/
Dcxfa_node.cpp2781 auto pTmpRetValue = std::make_unique<CFXJSE_Value>(); in ExecuteBoolScript() local
2787 pTmpRetValue.get(), this); in ExecuteBoolScript()
2795 if (!pTmpRetValue->IsUndefined(pContext->GetIsolate())) { in ExecuteBoolScript()
2796 if (!pTmpRetValue->IsNull(pContext->GetIsolate())) in ExecuteBoolScript()
2798 pTmpRetValue->ToWideString(pContext->GetIsolate()); in ExecuteBoolScript()
2824 return {iRet, pTmpRetValue->IsBoolean(pContext->GetIsolate()) && in ExecuteBoolScript()
2825 pTmpRetValue->ToBoolean(pContext->GetIsolate())}; in ExecuteBoolScript()