Historial de Commits

Autor SHA1 Mensaje Fecha
  Andreas Kling 003741db1c LibJS: Add Math.min() hace 5 años
  Linus Groh 9e7dcaa106 LibJS: Return -Infinity in Math.max() with no argument hace 5 años
  Linus Groh 2f775a925b LibJS: Fix Math.SQRT1_2 hace 5 años
  Brian Gianforcaro 240a5b5fd7 LibJS: Add support for Math.ceil() and Math.trunc() hace 5 años
  Brian Gianforcaro 4e54d0ff21 LibJS: Add support for arbitrary arguments to Math.max hace 5 años
  Andreas Kling d84de532f1 LibJS: Add Math.max() hace 5 años
  Andreas Kling 16bd99aa52 LibJS: Add Math.round() hace 5 años
  Andreas Kling afff228308 LibJS: Add Math.floor() hace 5 años
  Andreas Kling 9e05672f87 LibJS: Math.sqrt.length should be 1 hace 5 años
  Andreas Kling d4dfe7e525 LibJS: Add Math.sqrt() hace 5 años
  Linus Groh cd3e2690eb LibJS: Set length property in Object::put_native_function() hace 5 años
  Andreas Kling cd1d369cdd LibJS: Add argument(i) and argument_count() to Interpreter hace 5 años
  Linus Groh 03c3530d86 LibJS: Add constant properties to MathObject hace 5 años
  Linus Groh bad0556a59 LibJS: Handle empty strings and arrays in Value::to_number() hace 5 años
  Andreas Kling 2d3634d5f5 LibJS: Implement Math.abs() hace 5 años
  Andreas Kling 56936b97d0 LibJS+LibWeb: Move native JS functions into dedicated member functions hace 5 años
  Andreas Kling 7c4e53f31e LibJS: Rework how native functions are called to improve |this| value hace 5 años
  Andreas Kling 538537dfd0 LibJS: Use rand() for Math.random() on other systems hace 5 años
  Andreas Kling cccbe43056 LibJS: Use FlyString for identifiers hace 5 años
  Andreas Kling 8b18674229 LibJS: Add Math.random() :^) hace 5 años