Files
ladybird/Userland/Libraries/LibJS/Runtime
Andreas Kling 7241ff3967 LibJS: *Actually* check for negative zero in JS::Value(double)
As @nico pointed out, 0.0 == -0.0 in C++, even though they are not
bitwise identical. Use the same trick as Value::is_negative_zero() to
really check for it.

This allows JS::Value(0.0) to correctly become an Int32-backed 0 value.
2021-03-22 08:06:47 +01:00
..
2021-02-23 20:56:54 +01:00
2021-01-12 12:17:46 +01:00
2021-01-12 12:17:46 +01:00
2021-02-23 20:56:54 +01:00
2021-01-12 12:17:46 +01:00
2021-03-21 21:39:39 +01:00