Commit Verlauf

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