Historique des commits

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