Searched refs:argLocal (Results 1 – 1 of 1) sorted by relevance
1188 std::unique_ptr<CFXJSE_Value> argLocal = GetSimpleValue(pThis, args, 1); in DateFmt() local1189 if (argLocal->IsNull()) { in DateFmt()1193 szLocal = ValueToUTF8String(argLocal.get()); in DateFmt()1298 std::unique_ptr<CFXJSE_Value> argLocal = GetSimpleValue(pThis, args, 1); in LocalDateFmt() local1299 if (argLocal->IsNull()) { in LocalDateFmt()1303 szLocal = ValueToUTF8String(argLocal.get()); in LocalDateFmt()1336 std::unique_ptr<CFXJSE_Value> argLocal = GetSimpleValue(pThis, args, 1); in LocalTimeFmt() local1337 if (argLocal->IsNull()) { in LocalTimeFmt()1341 szLocal = ValueToUTF8String(argLocal.get()); in LocalTimeFmt()1710 std::unique_ptr<CFXJSE_Value> argLocal = GetSimpleValue(pThis, args, 1); in TimeFmt() local[all …]