Lines Matching refs:formatValue
1042 std::unique_ptr<CFXJSE_Value> formatValue = GetSimpleValue(pThis, args, 1); in Date2Num() local
1043 if (ValueIsNull(pThis, formatValue.get())) { in Date2Num()
1047 ValueToUTF8String(formatValue.get(), formatString); in Date2Num()
1287 std::unique_ptr<CFXJSE_Value> formatValue = GetSimpleValue(pThis, args, 1); in Num2Date() local
1288 if (ValueIsNull(pThis, formatValue.get())) { in Num2Date()
1292 ValueToUTF8String(formatValue.get(), formatString); in Num2Date()
1429 std::unique_ptr<CFXJSE_Value> formatValue = GetSimpleValue(pThis, args, 1); in Num2GMTime() local
1430 if (formatValue->IsNull()) { in Num2GMTime()
1434 ValueToUTF8String(formatValue.get(), formatString); in Num2GMTime()
1476 std::unique_ptr<CFXJSE_Value> formatValue = GetSimpleValue(pThis, args, 1); in Num2Time() local
1477 if (formatValue->IsNull()) { in Num2Time()
1481 ValueToUTF8String(formatValue.get(), formatString); in Num2Time()
1537 std::unique_ptr<CFXJSE_Value> formatValue = GetSimpleValue(pThis, args, 1); in Time2Num() local
1538 if (ValueIsNull(pThis, formatValue.get())) { in Time2Num()
1542 ValueToUTF8String(formatValue.get(), formatString); in Time2Num()