Историја ревизија

Аутор SHA1 Порука Датум
  Andreas Kling 98f2da9834 LibJS: Rename Cell::visit_children() => Cell::visit_edges() пре 4 година
  Linus Groh 06a3625545 LibJS: Set prototype of GlobalObject to ObjectPrototype пре 4 година
  Andreas Kling 77c1957961 LibJS: Use allocate_without_global_object for allocating Shapes пре 4 година
  Andreas Kling d3dfd55472 LibJS: Prebake the empty object ({}) with a prototype пре 4 година
  Andreas Kling 7b863330dc LibJS: Cache commonly used FlyStrings in the VM пре 4 година
  Andreas Kling ec55490198 LibJS: Make global objects have unique shape from the start пре 4 година
  Andreas Kling e4bda2e1e7 LibJS: Move Console from Interpreter to GlobalObject пре 4 година
  Andreas Kling 2bc5bc64fb LibJS: Remove a whole bunch of includes of <LibJS/Interpreter.h> пре 4 година
  Andreas Kling 340a115dfe LibJS: Make native function/property callbacks take VM, not Interpreter пре 4 година
  Andreas Kling 1c43442be4 LibJS+Clients: Add JS::VM object, separate Heap from Interpreter пре 4 година
  Andreas Kling 3143fea1eb LibJS: GlobalObject needs to mark the iterator prototypes пре 4 година
  Andreas Kling aaf6014ae1 LibJS: Simplify Cell::initialize() пре 5 година
  Matthew Olsson c831fb17bf LibJS: Add StringIterator пре 5 година
  Matthew Olsson 2ea85355fe LibJS: Start implementing iterable framework, add ArrayIterator пре 5 година
  Andreas Kling ba641e97d9 LibJS: Clarify Object (base class) construction somewhat пре 5 година
  Andreas Kling 06e29fac57 LibJS: Split more native object constructors into construct/initialize пре 5 година
  Andreas Kling 64513f3c23 LibJS: Move native objects towards two-pass construction пре 5 година
  Andreas Kling e4add19915 LibJS: Pass GlobalObject& to native functions and property accessors пре 5 година
  Matthew Olsson 39576b2238 LibJS: Add JSON.stringify пре 5 година
  Andreas Kling ff8bb962b6 LibJS: Always keep a reference to the global object in Shape пре 5 година
  Linus Groh 0ff9d7e189 LibJS: Add BigInt пре 5 година
  Matthew Olsson 61ac1d3ffa LibJS: Lex and parse regex literals, add RegExp objects пре 5 година
  Matthew Olsson 39ad42defd LibJS: Add Proxy objects пре 5 година
  Matthew Olsson dd08c992e8 LibJS: Simplify and normalize publicly-exposed Object functions пре 5 година
  Linus Groh f06c12173c LibJS: Return early from parseFloat() if argument is a number пре 5 година
  Linus Groh 476094922b LibJS: Pass Interpreter& to Value::to_number() et al. пре 5 година
  mattco98 4ced126704 LibJS: Add symbol objects пре 5 година
  Linus Groh 6f6b089aa0 LibJS: Add parseFloat() пре 5 година
  Andreas Kling c00ff4ba62 LibJS: Fix build (GlobalObject::add_constructor not visible in LibWeb) пре 5 година
  Linus Groh 99be27b4a1 LibJS: Add "name" property to functions пре 5 година