Lines Matching refs:argLocal
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
1632 if (argLocal->IsNull()) { in TimeFmt()
1636 ValueToUTF8String(argLocal.get(), szLocal); in TimeFmt()