Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/parser/
Dcscript_hostpseudomodel.cpp517 std::unique_ptr<CFXJSE_Value> pValueArg(pArguments->GetValue(iArgIndex)); in ValidateArgsForMsg() local
518 if (!pValueArg->IsString() && bIsJsType) { in ValidateArgsForMsg()
522 if (pValueArg->IsNull()) { in ValidateArgsForMsg()
525 wsValue = pValueArg->ToWideString(); in ValidateArgsForMsg()