Historial de Commits

Autor SHA1 Mensaje Fecha
  Andreas Kling affc479e83 LibJS+LibWeb: Remove a bunch of calls to Interpreter::global_object() hace 5 años
  Matthew Olsson dd08c992e8 LibJS: Simplify and normalize publicly-exposed Object functions hace 5 años
  Linus Groh 476094922b LibJS: Pass Interpreter& to Value::to_number() et al. hace 5 años
  Linus Groh 73eef31f49 LibJS: Add Number.parseFloat() hace 5 años
  Linus Groh 8137f40b73 LibJS: Add Value::is_integer() hace 5 años
  mattco98 23ec578a01 LibJS: Implement correct attributes for (almost) all properties hace 5 años
  Linus Groh 14c7988eea LibJS: Implement Number.isInteger() hace 5 años
  Linus Groh 7bd6b58b29 LibJS: Implement Number.isNaN() hace 5 años
  Linus Groh c350f5ae67 LibJS: Implement Number.isFinite() hace 5 años
  Andreas Kling fca08bd000 LibJS: Move builtin prototypes to the global object hace 5 años
  Andreas Kling f6d57c82f6 LibJS: Pass prototype to Function constructors hace 5 años
  Andreas Kling cf702a13b9 LibJS: Pass prototype to NumberObject constructor hace 5 años
  Stephan Unverwerth bbd592cb6c LibJS: Tweak FunctionPrototype::to_string and constructors hace 5 años
  Linus Groh 97de93eed1 LibJS: Add js_negative_infinity() hace 5 años
  Linus Groh 5ecc7e6a1c LibJS: Add Number.isSafeInteger() hace 5 años
  Linus Groh b7032b4972 LibJS: Add Number constants hace 5 años
  Linus Groh f631f6a2e6 LibJS: Add Number() hace 5 años