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
  Linus Groh b84f8fb55b LibJS: Make intrinsics getters return NonnullGCPtr il y a 2 ans
  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
  Timothy Flynn 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors il y a 2 ans
  Linus Groh 6ae79a84df LibJS: Convert Object::construct() to NonnullGCPtr il y a 2 ans
  Linus Groh 1c24b82dd7 LibJS: Convert ordinary_create_from_constructor() to NonnullGCPtr il y a 2 ans
  Linus Groh bfb8d83535 LibJS: Convert Realm::create() to NonnullGCPtr il y a 2 ans
  Timothy Flynn 85e313077a LibJS: Do not invoke Cell::vm in constructors before Cell is constructed il y a 2 ans
  Linus Groh d53a369e7f LibJS: Implement ShadowRealmConstructor::construct() closer to spec il y a 2 ans
  Linus Groh cfa5885855 LibJS: Turn initialize_global_object() into a regular initialize() 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 25849f8a6d LibJS: Replace GlobalObject with VM in common AOs [Part 18/19] il y a 2 ans
  Linus Groh f3117d46dc LibJS: Remove GlobalObject from VM::throw_completion() 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 5dd5896588 LibJS+LibWeb: Replace GlobalObject with Realm in initialize() functions il y a 2 ans
  Linus Groh ecd163bdf1 LibJS+LibWeb: Replace GlobalObject with Realm in object constructors 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 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
  davidot 57c5a59cab LibJS: Add ScriptOrModule to execution context and track it everywhere il y a 3 ans
  Linus Groh 5832de62fe LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr il y a 3 ans
  Linus Groh d40331ef69 LibJS: Start implementing ShadowRealm il y a 3 ans