Files
ladybird/Tests/AK
Timothy Flynn 7b3b608caf AK: Do not coerce i64 and u64 values to i32 and u32
First, this isn't actually helpful, as we no longer store 32-bit values
in JsonValue. They are stored as 64-bit values anyways.

But more imporatantly, there was a bug here when trying to coerce an i64
to an i32. All negative values were cast to an i32, without checking if
the value is below NumericLimits<i32>::min.
2024-09-27 09:46:55 +01:00
..
2024-04-24 16:50:01 -04:00
2024-03-23 09:02:58 -04:00
2024-04-24 16:50:01 -04:00