Searched refs:pTmpRetValue (Results 1 – 1 of 1) sorted by relevance
2781 auto pTmpRetValue = std::make_unique<CFXJSE_Value>(); in ExecuteBoolScript() local2787 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()