Historial de Commits

Autor SHA1 Mensaje Fecha
  Timothy Flynn b75b7f0c0d LibJS+Everywhere: Propagate Cell::initialize errors from Heap::allocate hace 2 años
  Timothy Flynn 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors hace 2 años
  Timothy Flynn 7bd8fd000f LibWeb: Generate dedicated methods to create Web constructors/prototypes hace 2 años
  Linus Groh 6ae79a84df LibJS: Convert Object::construct() to NonnullGCPtr hace 2 años
  Linus Groh 22089436ed LibJS: Convert Heap::allocate{,_without_realm}() to NonnullGCPtr hace 2 años
  Andrew Kaster d0efc7734a LibWeb: Remove unecessary dependence on Window from WebAssembly classes hace 2 años
  Andreas Kling 6f433c8656 LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated hace 2 años
  Linus Groh 50428ea8d2 LibJS: Move intrinsics to the realm hace 2 años
  Linus Groh 5f1fe4b012 LibWeb: Replace GlobalObject with VM in WebAssembly AOs [Part 1/4] hace 2 años
  Linus Groh a022e548b8 LibJS: Replace GlobalObject with VM in Value AOs [Part 4/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
  Lenny Maiorani c37820b898 Libraries: Use default constructors/destructors in LibWeb hace 3 años
  Idan Horowitz 3e8c76d5ab LibWeb: Convert WebAssemblyObject AOs to ThrowCompletionOr hace 3 años
  Linus Groh 5832de62fe LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr hace 3 años
  Linus Groh 52976bfac6 LibJS: Convert to_object() to ThrowCompletionOr hace 3 años
  Timothy Flynn c59b97043e LibWeb: Use ErrorType::NotAnObjectOfType instead of NotA hace 3 años
  Brian Gianforcaro 217179a39f LibWeb: Remove unused header includes hace 4 años
  Idan Horowitz a6b8291a9b LibJS: Add define_direct_property and remove the define_property helper hace 4 años
  Linus Groh 79d8326370 LibWeb: Use "WebAssembly.Foo" in exception error messages hace 4 años
  Ali Mohammad Pur 321db0159e LibWeb: Add the WebAssembly.Module constructor hace 4 años
  Ali Mohammad Pur 8acc8339d1 LibWeb: Add the WebAssembly.Instance constructor hace 4 años