Historial de Commits

Autor SHA1 Mensaje Fecha
  Andreas Kling 3c74dc9f4d LibJS: Segregate GC-allocated objects by type hace 1 año
  Andreas Kling 18c54d8d40 LibJS: Make Cell::initialize() return void hace 1 año
  Timothy Flynn 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors hace 2 años
  Andreas Kling 35c9aa7c05 LibJS: Hide all the constructors! hace 2 años
  Linus Groh 040e3abb1d LibJS: Implement SetDefaultGlobalBindings as a standalone function hace 2 años
  Linus Groh e3804e6426 LibJS: Move construction of GlobalObject native functions to Intrinsics hace 2 años
  Linus Groh 72730422bb LibJS: Remove Shape::global_object() and Object::global_object() hace 2 años
  Linus Groh cfa5885855 LibJS: Turn initialize_global_object() into a regular initialize() hace 2 años
  Linus Groh 867ad03995 LibJS: Move Console ownership from GlobalObject to ConsoleObject hace 2 años
  Linus Groh dfb7588d30 LibJS: Remove GlobalObject::{set_,}associated_realm() hace 2 años
  Linus Groh 50428ea8d2 LibJS: Move intrinsics to the realm hace 2 años
  Linus Groh 7c468b5a77 LibJS: Pass Realm to GlobalObject::initialize_global_object() hace 2 años
  Linus Groh a022e548b8 LibJS: Replace GlobalObject with VM in Value AOs [Part 4/19] hace 2 años
  Linus Groh e992a9f469 LibJS+LibWeb: Replace GlobalObject with Realm in Heap::allocate<T>() hace 2 años
  Linus Groh ecd163bdf1 LibJS+LibWeb: Replace GlobalObject with Realm in object constructors hace 2 años
  Andreas Kling 50d951aea2 LibJS: Let Shape store a Realm instead of a GlobalObject hace 2 años
  Linus Groh dd547c3374 LibJS: Add getters for %{Async,}GeneratorFunction.prototype.prototype% hace 3 años
  Linus Groh 0c65624a32 LibJS: Add AsyncGenerator / AsyncGeneratorPrototype hace 3 años
  Linus Groh 2c68ec9097 LibJS: Use Object* for 'manual' GlobalObject::foo_prototype() getters hace 3 años
  Linus Groh 00b8ce4a6d LibJS: Pass this value to fallback func in Array.prototype.toString() hace 3 años
  Idan Horowitz 08d1ae58b1 LibJS: Initialize {Async,}{Generator,}Function constructors properly hace 3 años
  Linus Groh bc183dbbcb LibJS: Replace uses of MarkedValueList with MarkedVector<Value> hace 3 años
  Linus Groh 6f20f49b21 Everywhere: Rename JS::PropertyKey variables from property_{name => key} hace 3 años
  Idan Horowitz bbacea255f LibJS: Start implementing Intl Segments objects hace 3 años
  davidot 202de6ed25 LibJS: Expose JSON.parse as an intrinsic value of the global object hace 3 años
  Linus Groh 4ed49e05a9 LibJS: Rename GeneratorObjectPrototype to GeneratorPrototype hace 3 años
  Timothy Flynn 4cc8cf9233 LibJS: Add an accessor for the %Date.now% instrinsic property hace 3 años
  davidot 064c8be627 LibJS: Add AsyncFromSyncIteratorPrototype and Async-From-Sync instances hace 3 años
  Luke Wilde 3666d2132b LibJS: Remove fallback value for get_offset_nanoseconds_for hace 3 años
  Linus Groh 27d84bebd4 LibJS: Remove redundant exception checks from initialize_constructor() hace 3 años