Lines Matching refs:localValue
1052 std::unique_ptr<CFXJSE_Value> localValue = GetSimpleValue(pThis, args, 2); in Date2Num() local
1053 if (ValueIsNull(pThis, localValue.get())) { in Date2Num()
1057 ValueToUTF8String(localValue.get(), localString); in Date2Num()
1297 std::unique_ptr<CFXJSE_Value> localValue = GetSimpleValue(pThis, args, 2); in Num2Date() local
1298 if (ValueIsNull(pThis, localValue.get())) { in Num2Date()
1302 ValueToUTF8String(localValue.get(), localString); in Num2Date()
1439 std::unique_ptr<CFXJSE_Value> localValue = GetSimpleValue(pThis, args, 2); in Num2GMTime() local
1440 if (localValue->IsNull()) { in Num2GMTime()
1444 ValueToUTF8String(localValue.get(), localString); in Num2GMTime()
1486 std::unique_ptr<CFXJSE_Value> localValue = GetSimpleValue(pThis, args, 2); in Num2Time() local
1487 if (localValue->IsNull()) { in Num2Time()
1491 ValueToUTF8String(localValue.get(), localString); in Num2Time()
1547 std::unique_ptr<CFXJSE_Value> localValue = GetSimpleValue(pThis, args, 2); in Time2Num() local
1548 if (ValueIsNull(pThis, localValue.get())) { in Time2Num()
1552 ValueToUTF8String(localValue.get(), localString); in Time2Num()