Files
ladybird/Userland/Libraries/LibJS/Runtime/MathObject.cpp
Andreas Kling 1d8a601f96 LibJS/JIT: Add builtin for Math.log()
Note that we still call out to a C++ helper, but by having a builtin,
we still avoid the cost of a full JS function call.
2023-11-24 12:49:15 +01:00

32 KiB