Andreas Kling
d84de532f1
LibJS: Add Math.max()
2020-04-05 00:57:00 +02:00
Andreas Kling
16bd99aa52
LibJS: Add Math.round()
2020-04-05 00:29:01 +02:00
Andreas Kling
afff228308
LibJS: Add Math.floor()
2020-04-05 00:26:56 +02:00
Andreas Kling
d4dfe7e525
LibJS: Add Math.sqrt()
2020-04-04 22:44:48 +02:00
Andreas Kling
2d3634d5f5
LibJS: Implement Math.abs()
2020-03-29 15:03:58 +02:00
Andreas Kling
56936b97d0
LibJS+LibWeb: Move native JS functions into dedicated member functions
...
Instead of implementing every native function as a lambda function,
use static member functions instead.
This makes it easier to navigate the code + backtraces look nicer. :^)
2020-03-28 23:10:37 +01:00
Andreas Kling
8b18674229
LibJS: Add Math.random() :^)
2020-03-21 17:52:12 +01:00