Files
ladybird/Userland/Libraries/LibJS/Runtime/Value.cpp
Andreas Kling 9efd80f100 LibJS: Use fabs() instead of abs() in JS::Value
abs() takes an int, so this would only work correctly for numbers
smaller than INT_MAX.
2021-02-15 13:58:24 +01:00

43 KiB