Historique des commits

Auteur SHA1 Message Date
  mattco98 23ec578a01 LibJS: Implement correct attributes for (almost) all properties il y a 5 ans
  Linus Groh 97366f4dd4 LibJS: Add Math.pow() il y a 5 ans
  Andreas Kling fca08bd000 LibJS: Move builtin prototypes to the global object il y a 5 ans
  Andreas Kling bc1ece7f37 LibJS+LibWeb: Pass prototype to Object constructor il y a 5 ans
  Andreas Kling beda751d33 LibJS: Math.round() should call round() instead of roundf() il y a 5 ans
  Linus Groh 97de93eed1 LibJS: Add js_negative_infinity() il y a 5 ans
  Emanuele Torre ba67fc68b8 LibJS: Rename variable "max" to "min" in MathObject::min() (#1665) il y a 5 ans
  Linus Groh f5dacfbb5b LibJS: Add Math.{cos,sin,tan}() il y a 5 ans
  Linus Groh 04a36b247b LibJS: Simplify MathObject functions il y a 5 ans
  Andreas Kling 003741db1c LibJS: Add Math.min() il y a 5 ans
  Linus Groh 9e7dcaa106 LibJS: Return -Infinity in Math.max() with no argument il y a 5 ans
  Linus Groh 2f775a925b LibJS: Fix Math.SQRT1_2 il y a 5 ans
  Brian Gianforcaro 240a5b5fd7 LibJS: Add support for Math.ceil() and Math.trunc() il y a 5 ans
  Brian Gianforcaro 4e54d0ff21 LibJS: Add support for arbitrary arguments to Math.max il y a 5 ans
  Andreas Kling d84de532f1 LibJS: Add Math.max() il y a 5 ans
  Andreas Kling 16bd99aa52 LibJS: Add Math.round() il y a 5 ans
  Andreas Kling afff228308 LibJS: Add Math.floor() il y a 5 ans
  Andreas Kling 9e05672f87 LibJS: Math.sqrt.length should be 1 il y a 5 ans
  Andreas Kling d4dfe7e525 LibJS: Add Math.sqrt() il y a 5 ans
  Linus Groh cd3e2690eb LibJS: Set length property in Object::put_native_function() il y a 5 ans
  Andreas Kling cd1d369cdd LibJS: Add argument(i) and argument_count() to Interpreter il y a 5 ans
  Linus Groh 03c3530d86 LibJS: Add constant properties to MathObject il y a 5 ans
  Linus Groh bad0556a59 LibJS: Handle empty strings and arrays in Value::to_number() il y a 5 ans
  Andreas Kling 2d3634d5f5 LibJS: Implement Math.abs() il y a 5 ans
  Andreas Kling 56936b97d0 LibJS+LibWeb: Move native JS functions into dedicated member functions il y a 5 ans
  Andreas Kling 7c4e53f31e LibJS: Rework how native functions are called to improve |this| value il y a 5 ans
  Andreas Kling 538537dfd0 LibJS: Use rand() for Math.random() on other systems il y a 5 ans
  Andreas Kling cccbe43056 LibJS: Use FlyString for identifiers il y a 5 ans
  Andreas Kling 8b18674229 LibJS: Add Math.random() :^) il y a 5 ans