Historique des commits

Auteur SHA1 Message Date
  Andreas Kling 3dc5f467a8 LibJS: Always allocate ExecutionContext objects on the malloc heap il y a 1 an
  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
  Luke Wilde 53852452b2 LibJS: Propagate errors from Intrinsics initialization il y a 2 ans
  Luke Wilde af118f2a67 LibJS: Add missing error propagation to global object initializations il y a 2 ans
  Linus Groh 22089436ed LibJS: Convert Heap::allocate{,_without_realm}() to NonnullGCPtr il y a 2 ans
  Linus Groh bfb8d83535 LibJS: Convert Realm::create() to NonnullGCPtr il y a 2 ans
  Andreas Kling abfb73f2e7 LibWeb+LibJS: Let JS::Realm::HostDefined objects mark things during GC il y a 2 ans
  Linus Groh 040e3abb1d LibJS: Implement SetDefaultGlobalBindings as a standalone function il y a 2 ans
  Linus Groh 52543fc771 LibJS+LibWeb: Let Realm store a plain Object for [[GlobalObject]] il y a 2 ans
  Linus Groh cfa5885855 LibJS: Turn initialize_global_object() into a regular initialize() 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 e992a9f469 LibJS+LibWeb: Replace GlobalObject with Realm in Heap::allocate<T>() il y a 2 ans
  Linus Groh 885004abee LibJS: Support creation of global object in Realm::set_global_object() il y a 2 ans
  Linus Groh c8f1651761 LibJS+LibWeb: Restore type safety of Realm::set_global_object() il y a 2 ans
  Andreas Kling aaa4f6d287 LibJS: Run clang-format on Realm.cpp il y a 2 ans
  Andreas Kling 8a03b17007 LibJS: Implement a more general InitializeHostDefinedRealm AO 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 9f3f3b0864 LibJS: Remove implicit wrapping/unwrapping of completion records il y a 3 ans
  Andreas Kling aeb72fe9d0 LibJS: Reduce header dependency graph in Realm.h il y a 3 ans
  Andreas Kling fc04465fa3 LibJS: Remove unnecessary GlobalObject pointer from Environment il y a 3 ans
  Linus Groh cbbf4abb0d LibJS: Add a way to get from a GlobalObject to its associated Realm il y a 3 ans
  Linus Groh 2b8d5696ab LibJS: Allocate a Realm next to GlobalObject in Interpreter::create() il y a 3 ans
  Linus Groh d9c3bafcd9 LibJS: Start adding a JS::Realm class (spec's "Realm Record") il y a 3 ans