Historial de Commits

Autor SHA1 Mensaje Fecha
  Andreas Kling 2bc5bc64fb LibJS: Remove a whole bunch of includes of <LibJS/Interpreter.h> hace 4 años
  Andreas Kling 340a115dfe LibJS: Make native function/property callbacks take VM, not Interpreter hace 4 años
  Andreas Kling 1c43442be4 LibJS+Clients: Add JS::VM object, separate Heap from Interpreter hace 4 años
  Andreas Kling 3143fea1eb LibJS: GlobalObject needs to mark the iterator prototypes hace 4 años
  Andreas Kling aaf6014ae1 LibJS: Simplify Cell::initialize() hace 5 años
  Matthew Olsson c831fb17bf LibJS: Add StringIterator hace 5 años
  Matthew Olsson 2ea85355fe LibJS: Start implementing iterable framework, add ArrayIterator hace 5 años
  Andreas Kling ba641e97d9 LibJS: Clarify Object (base class) construction somewhat hace 5 años
  Andreas Kling 06e29fac57 LibJS: Split more native object constructors into construct/initialize hace 5 años
  Andreas Kling 64513f3c23 LibJS: Move native objects towards two-pass construction hace 5 años
  Andreas Kling e4add19915 LibJS: Pass GlobalObject& to native functions and property accessors hace 5 años
  Matthew Olsson 39576b2238 LibJS: Add JSON.stringify hace 5 años
  Andreas Kling ff8bb962b6 LibJS: Always keep a reference to the global object in Shape hace 5 años
  Linus Groh 0ff9d7e189 LibJS: Add BigInt hace 5 años
  Matthew Olsson 61ac1d3ffa LibJS: Lex and parse regex literals, add RegExp objects hace 5 años
  Matthew Olsson 39ad42defd LibJS: Add Proxy objects hace 5 años
  Matthew Olsson dd08c992e8 LibJS: Simplify and normalize publicly-exposed Object functions hace 5 años
  Linus Groh f06c12173c LibJS: Return early from parseFloat() if argument is a number hace 5 años
  Linus Groh 476094922b LibJS: Pass Interpreter& to Value::to_number() et al. hace 5 años
  mattco98 4ced126704 LibJS: Add symbol objects hace 5 años
  Linus Groh 6f6b089aa0 LibJS: Add parseFloat() hace 5 años
  Andreas Kling c00ff4ba62 LibJS: Fix build (GlobalObject::add_constructor not visible in LibWeb) hace 5 años
  Linus Groh 99be27b4a1 LibJS: Add "name" property to functions hace 5 años
  Linus Groh 79b829637e LibJS: Implement most of the Reflect object hace 5 años
  mattco98 23ec578a01 LibJS: Implement correct attributes for (almost) all properties 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
  Linus Groh 7540203ae8 LibJS: Add isFinite() hace 5 años
  Linus Groh 8ff2881b1a LibJS: Let isNaN() with no argument return true, add tests hace 5 años
  Andreas Kling 3072f9fd82 LibJS: Move the empty object shape from Interpreter to GlobalObject hace 5 años