Home
last modified time | relevance | path

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

/external/pdfium/xfa/src/fxfa/src/parser/
Dxfa_script_hostpseudomodel.cpp614 FXJSE_HVALUE hValueArg = pArguments->GetValue(iArgIndex); in Script_HostPseudoModel_ValidateArgsForMsg() local
615 if (!FXJSE_Value_IsUTF8String(hValueArg) && bIsJsType) { in Script_HostPseudoModel_ValidateArgsForMsg()
617 FXJSE_Value_Release(hValueArg); in Script_HostPseudoModel_ValidateArgsForMsg()
620 if (FXJSE_Value_IsNull(hValueArg)) { in Script_HostPseudoModel_ValidateArgsForMsg()
624 FXJSE_Value_ToUTF8String(hValueArg, byMessage); in Script_HostPseudoModel_ValidateArgsForMsg()
627 FXJSE_Value_Release(hValueArg); in Script_HostPseudoModel_ValidateArgsForMsg()