Commit History

Author SHA1 Message Date
  Andreas Kling 2fe4285693 LibJS: Object::initialize() overrides must always call base class 5 years ago
  Andreas Kling 06e29fac57 LibJS: Split more native object constructors into construct/initialize 5 years ago
  Andreas Kling e4add19915 LibJS: Pass GlobalObject& to native functions and property accessors 5 years ago
  Matthew Olsson dd08c992e8 LibJS: Simplify and normalize publicly-exposed Object functions 5 years ago
  Sergey Bugaev 31359e3ad2 LibJS: Use the new math constants 5 years ago
  Linus Groh b3090678a9 LibJS: Add Math.clz32() 5 years ago
  Linus Groh 452dbbc463 LibJS: Add Math.expm1() 5 years ago
  Linus Groh e375766f98 LibJS: Add Math.exp() 5 years ago
  Linus Groh b27834cf16 LibJS: Add Math.sign() 5 years ago
  Linus Groh 476094922b LibJS: Pass Interpreter& to Value::to_number() et al. 5 years ago
  mattco98 23ec578a01 LibJS: Implement correct attributes for (almost) all properties 5 years ago
  Linus Groh 97366f4dd4 LibJS: Add Math.pow() 5 years ago
  Andreas Kling fca08bd000 LibJS: Move builtin prototypes to the global object 5 years ago
  Andreas Kling bc1ece7f37 LibJS+LibWeb: Pass prototype to Object constructor 5 years ago
  Andreas Kling beda751d33 LibJS: Math.round() should call round() instead of roundf() 5 years ago
  Linus Groh 97de93eed1 LibJS: Add js_negative_infinity() 5 years ago
  Emanuele Torre ba67fc68b8 LibJS: Rename variable "max" to "min" in MathObject::min() (#1665) 5 years ago
  Linus Groh f5dacfbb5b LibJS: Add Math.{cos,sin,tan}() 5 years ago
  Linus Groh 04a36b247b LibJS: Simplify MathObject functions 5 years ago
  Andreas Kling 003741db1c LibJS: Add Math.min() 5 years ago
  Linus Groh 9e7dcaa106 LibJS: Return -Infinity in Math.max() with no argument 5 years ago
  Linus Groh 2f775a925b LibJS: Fix Math.SQRT1_2 5 years ago
  Brian Gianforcaro 240a5b5fd7 LibJS: Add support for Math.ceil() and Math.trunc() 5 years ago
  Brian Gianforcaro 4e54d0ff21 LibJS: Add support for arbitrary arguments to Math.max 5 years ago
  Andreas Kling d84de532f1 LibJS: Add Math.max() 5 years ago
  Andreas Kling 16bd99aa52 LibJS: Add Math.round() 5 years ago
  Andreas Kling afff228308 LibJS: Add Math.floor() 5 years ago
  Andreas Kling 9e05672f87 LibJS: Math.sqrt.length should be 1 5 years ago
  Andreas Kling d4dfe7e525 LibJS: Add Math.sqrt() 5 years ago
  Linus Groh cd3e2690eb LibJS: Set length property in Object::put_native_function() 5 years ago