Searched refs:argLocal (Results 1 – 1 of 1) sorted by relevance
/external/pdfium/xfa/fxfa/fm2js/ |
D | xfa_fm2jscontext.cpp | 1096 std::unique_ptr<CFXJSE_Value> argLocal = GetSimpleValue(pThis, args, 1); in DateFmt() local 1097 if (argLocal->IsNull()) { in DateFmt() 1101 ValueToUTF8String(argLocal.get(), szLocal); in DateFmt() 1213 std::unique_ptr<CFXJSE_Value> argLocal = GetSimpleValue(pThis, args, 1); in LocalDateFmt() local 1214 if (argLocal->IsNull()) { in LocalDateFmt() 1218 ValueToUTF8String(argLocal.get(), szLocal); in LocalDateFmt() 1251 std::unique_ptr<CFXJSE_Value> argLocal = GetSimpleValue(pThis, args, 1); in LocalTimeFmt() local 1252 if (argLocal->IsNull()) { in LocalTimeFmt() 1256 ValueToUTF8String(argLocal.get(), szLocal); in LocalTimeFmt() 1631 std::unique_ptr<CFXJSE_Value> argLocal = GetSimpleValue(pThis, args, 1); in TimeFmt() local [all …]
|