Files
ladybird/Userland/Libraries/LibJS/Runtime
Andreas Kling e67155638c LibJS: Take advantage of Value::Type::Int32 in a bunch of functions
If a JS::Value has type Int32, we know it's a finite, 32-bit integer.
Use this information to avoid converting it to a double if possible.
2021-10-07 19:27:30 +02:00
..
2021-10-07 11:53:18 +02:00
2021-10-06 23:52:40 +01:00