Commit Verlauf

Autor SHA1 Nachricht Datum
  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 88814acbd3 LibJS+Everywhere: Convert JS::Error to String vor 2 Jahren
  Timothy Flynn b75b7f0c0d LibJS+Everywhere: Propagate Cell::initialize errors from Heap::allocate vor 2 Jahren
  Timothy Flynn 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors vor 2 Jahren
  Timothy Flynn afeb7273cc LibJS+Everywhere: Rename Value::to_string to to_deprecated_string vor 2 Jahren
  Linus Groh 22089436ed LibJS: Convert Heap::allocate{,_without_realm}() to NonnullGCPtr vor 2 Jahren
  Linus Groh bfb8d83535 LibJS: Convert Realm::create() to NonnullGCPtr vor 2 Jahren
  Linus Groh 57dc179b1f Everywhere: Rename to_{string => deprecated_string}() where applicable vor 2 Jahren
  Andreas Kling a7ce0509f7 LibJS: Add missing <AK/TypeCasts.h> include in $262Object.cpp vor 2 Jahren
  Linus Groh 6cedb1b9d9 LibJS: Implement $262.evalScript() according to the given algorithm vor 2 Jahren
  davidot 123cdfa1f1 LibJS: Properly initialize the global object for $262.createRealm vor 2 Jahren
  Linus Groh cfa5885855 LibJS: Turn initialize_global_object() into a regular initialize() vor 2 Jahren
  Linus Groh dfb7588d30 LibJS: Remove GlobalObject::{set_,}associated_realm() vor 2 Jahren
  Linus Groh e3895e6c80 LibJS: Pass Realm to define_native_{accessor,function}() vor 2 Jahren
  Linus Groh 7c468b5a77 LibJS: Pass Realm to GlobalObject::initialize_global_object() vor 2 Jahren
  Linus Groh 26366d5930 LibJS: Replace GlobalObject with VM in ArrayBuffer AOs [Part 11/19] vor 2 Jahren
  Linus Groh a022e548b8 LibJS: Replace GlobalObject with VM in Value AOs [Part 4/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 e2ae286132 LibJS: Actually create a new Realm in $262.createRealm() vor 2 Jahren
  Andreas Kling 50d951aea2 LibJS: Let Shape store a Realm instead of a GlobalObject vor 2 Jahren
  Linus Groh 9f3f3b0864 LibJS: Remove implicit wrapping/unwrapping of completion records vor 3 Jahren
  Timothy Flynn 13d05403ff LibJS: Move DetachArrayBuffer implementation to the ArrayBuffer object vor 3 Jahren
  Linus Groh 1e01a85cdf LibJS: Import C++ sources from libjs-test262 :^) vor 3 Jahren