Files
ladybird/Userland/Libraries/LibJS/Runtime
Linus Groh 0fb980ed88 LibJS: Don't static_cast<double>() various Date getter values
Since we have Value::Type::Int32 now, let's use the Value(i32)
constructor here directly by not casting these i32 values to doubles.
The Value(double) would also figure out that these can be stored as
integers, but needs to do extra work which is not needed here. :^)
2021-03-23 20:57:31 +01:00
..
2021-02-23 20:56:54 +01:00
2021-01-12 12:17:46 +01:00
2021-03-22 20:58:22 +01:00
2021-03-22 20:58:22 +01:00
2021-01-12 12:17:46 +01:00
2021-03-22 20:58:22 +01:00
2021-02-23 20:56:54 +01:00
2021-01-12 12:17:46 +01:00
2021-03-23 08:22:39 +01:00
2021-03-23 08:22:39 +01:00