Histórico de Commits

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