Commit Verlauf

Autor SHA1 Nachricht Datum
  Andreas Kling 3143fea1eb LibJS: GlobalObject needs to mark the iterator prototypes vor 4 Jahren
  Andreas Kling aaf6014ae1 LibJS: Simplify Cell::initialize() vor 5 Jahren
  Matthew Olsson c831fb17bf LibJS: Add StringIterator vor 5 Jahren
  Matthew Olsson 2ea85355fe LibJS: Start implementing iterable framework, add ArrayIterator vor 5 Jahren
  Andreas Kling ba641e97d9 LibJS: Clarify Object (base class) construction somewhat vor 5 Jahren
  Andreas Kling 06e29fac57 LibJS: Split more native object constructors into construct/initialize vor 5 Jahren
  Andreas Kling 64513f3c23 LibJS: Move native objects towards two-pass construction vor 5 Jahren
  Andreas Kling e4add19915 LibJS: Pass GlobalObject& to native functions and property accessors vor 5 Jahren
  Matthew Olsson 39576b2238 LibJS: Add JSON.stringify vor 5 Jahren
  Andreas Kling ff8bb962b6 LibJS: Always keep a reference to the global object in Shape vor 5 Jahren
  Linus Groh 0ff9d7e189 LibJS: Add BigInt vor 5 Jahren
  Matthew Olsson 61ac1d3ffa LibJS: Lex and parse regex literals, add RegExp objects vor 5 Jahren
  Matthew Olsson 39ad42defd LibJS: Add Proxy objects vor 5 Jahren
  Matthew Olsson dd08c992e8 LibJS: Simplify and normalize publicly-exposed Object functions vor 5 Jahren
  Linus Groh f06c12173c LibJS: Return early from parseFloat() if argument is a number vor 5 Jahren
  Linus Groh 476094922b LibJS: Pass Interpreter& to Value::to_number() et al. vor 5 Jahren
  mattco98 4ced126704 LibJS: Add symbol objects vor 5 Jahren
  Linus Groh 6f6b089aa0 LibJS: Add parseFloat() vor 5 Jahren
  Andreas Kling c00ff4ba62 LibJS: Fix build (GlobalObject::add_constructor not visible in LibWeb) vor 5 Jahren
  Linus Groh 99be27b4a1 LibJS: Add "name" property to functions vor 5 Jahren
  Linus Groh 79b829637e LibJS: Implement most of the Reflect object vor 5 Jahren
  mattco98 23ec578a01 LibJS: Implement correct attributes for (almost) all properties vor 5 Jahren
  Linus Groh 7bd6b58b29 LibJS: Implement Number.isNaN() vor 5 Jahren
  Linus Groh c350f5ae67 LibJS: Implement Number.isFinite() vor 5 Jahren
  Linus Groh 7540203ae8 LibJS: Add isFinite() vor 5 Jahren
  Linus Groh 8ff2881b1a LibJS: Let isNaN() with no argument return true, add tests vor 5 Jahren
  Andreas Kling 3072f9fd82 LibJS: Move the empty object shape from Interpreter to GlobalObject vor 5 Jahren
  Andreas Kling fca08bd000 LibJS: Move builtin prototypes to the global object vor 5 Jahren
  Andreas Kling 30de1f610d LibJS: Use enumerator macro to mark all constructors in GlobalObject vor 5 Jahren
  Andreas Kling bc1ece7f37 LibJS+LibWeb: Pass prototype to Object constructor vor 5 Jahren