Commit Verlauf

Autor SHA1 Nachricht Datum
  Andreas Kling 18c54d8d40 LibJS: Make Cell::initialize() return void vor 1 Jahr
  Linus Groh b84f8fb55b LibJS: Make intrinsics getters return NonnullGCPtr vor 2 Jahren
  Luke Wilde 53852452b2 LibJS: Propagate errors from Intrinsics initialization vor 2 Jahren
  Luke Wilde af118f2a67 LibJS: Add missing error propagation to global object initializations vor 2 Jahren
  Timothy Flynn 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors vor 2 Jahren
  Linus Groh 6ae79a84df LibJS: Convert Object::construct() to NonnullGCPtr vor 2 Jahren
  Linus Groh 1c24b82dd7 LibJS: Convert ordinary_create_from_constructor() to NonnullGCPtr vor 2 Jahren
  Linus Groh bfb8d83535 LibJS: Convert Realm::create() to NonnullGCPtr vor 2 Jahren
  Timothy Flynn 85e313077a LibJS: Do not invoke Cell::vm in constructors before Cell is constructed vor 2 Jahren
  Linus Groh d53a369e7f LibJS: Implement ShadowRealmConstructor::construct() closer to spec vor 2 Jahren
  Linus Groh cfa5885855 LibJS: Turn initialize_global_object() into a regular initialize() 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 25849f8a6d LibJS: Replace GlobalObject with VM in common AOs [Part 18/19] vor 2 Jahren
  Linus Groh f3117d46dc LibJS: Remove GlobalObject from VM::throw_completion() vor 2 Jahren
  Linus Groh e992a9f469 LibJS+LibWeb: Replace GlobalObject with Realm in Heap::allocate<T>() vor 2 Jahren
  Linus Groh 5dd5896588 LibJS+LibWeb: Replace GlobalObject with Realm in initialize() functions vor 2 Jahren
  Linus Groh ecd163bdf1 LibJS+LibWeb: Replace GlobalObject with Realm in object constructors vor 2 Jahren
  Linus Groh c8f1651761 LibJS+LibWeb: Restore type safety of Realm::set_global_object() vor 2 Jahren
  Andreas Kling 8a03b17007 LibJS: Implement a more general InitializeHostDefinedRealm AO vor 2 Jahren
  Andreas Kling 50d951aea2 LibJS: Let Shape store a Realm instead of a GlobalObject vor 2 Jahren
  davidot 57c5a59cab LibJS: Add ScriptOrModule to execution context and track it everywhere vor 3 Jahren
  Linus Groh 5832de62fe LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr vor 3 Jahren
  Linus Groh d40331ef69 LibJS: Start implementing ShadowRealm vor 3 Jahren