Historial de Commits

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