Commit Verlauf

Autor SHA1 Nachricht Datum
  Shannon Booth f87041bf3a LibGC+Everywhere: Factor out a LibGC from LibJS vor 8 Monaten
  rmg-x ea20545853 LibJS: Add support for Float16Array vor 8 Monaten
  Timothy Flynn 93712b24bf Everywhere: Hoist the Libraries folder to the top-level vor 8 Monaten
  Andreas Kling 13d7c09125 Libraries: Move to Userland/Libraries/ vor 4 Jahren
  Egor Ananyin 7c9c3a10d3 LibJS: Add almost all Math functions vor 4 Jahren
  Andreas Kling df2a6cb4ab LibJS: Add Math.acos() and Math.asin() vor 4 Jahren
  Andreas Kling 63b748642a LibJS: Add Math.atan() vor 4 Jahren
  Andreas Kling 7b863330dc LibJS: Cache commonly used FlyStrings in the VM vor 4 Jahren
  Andreas Kling 2bc5bc64fb LibJS: Remove a whole bunch of includes of <LibJS/Interpreter.h> vor 4 Jahren
  Andreas Kling 340a115dfe LibJS: Make native function/property callbacks take VM, not Interpreter vor 4 Jahren
  Andreas Kling d1b58ee9ad LibJS: Move well-known symbols to the VM vor 4 Jahren
  Melissa Goad 192b2383ac LibJS: The Math.ceil() of a number between -1 and 0 should be -0, vor 5 Jahren
  Andreas Kling aaf6014ae1 LibJS: Simplify Cell::initialize() vor 5 Jahren
  Matthew Olsson 43d955014d LibJS: Implement Symbol.toStringTag vor 5 Jahren
  Andreas Kling ba641e97d9 LibJS: Clarify Object (base class) construction somewhat vor 5 Jahren
  stelar7 9e18005c64 LibJS: expose some more math functions vor 5 Jahren
  Andreas Kling 2fe4285693 LibJS: Object::initialize() overrides must always call base class vor 5 Jahren
  Andreas Kling 06e29fac57 LibJS: Split more native object constructors into construct/initialize vor 5 Jahren
  Andreas Kling e4add19915 LibJS: Pass GlobalObject& to native functions and property accessors vor 5 Jahren
  Matthew Olsson dd08c992e8 LibJS: Simplify and normalize publicly-exposed Object functions vor 5 Jahren
  Sergey Bugaev 31359e3ad2 LibJS: Use the new math constants vor 5 Jahren
  Linus Groh b3090678a9 LibJS: Add Math.clz32() vor 5 Jahren
  Linus Groh 452dbbc463 LibJS: Add Math.expm1() vor 5 Jahren
  Linus Groh e375766f98 LibJS: Add Math.exp() vor 5 Jahren
  Linus Groh b27834cf16 LibJS: Add Math.sign() vor 5 Jahren
  Linus Groh 476094922b LibJS: Pass Interpreter& to Value::to_number() et al. vor 5 Jahren
  mattco98 23ec578a01 LibJS: Implement correct attributes for (almost) all properties vor 5 Jahren
  Linus Groh 97366f4dd4 LibJS: Add Math.pow() vor 5 Jahren
  Andreas Kling fca08bd000 LibJS: Move builtin prototypes to the global object vor 5 Jahren
  Andreas Kling bc1ece7f37 LibJS+LibWeb: Pass prototype to Object constructor vor 5 Jahren