Commit History

Author SHA1 Message Date
  Jelle Raaijmakers 8f015a18a5 LibJS: Dereference intrinsic accessor before deleting it 2 years ago
  Timothy Flynn b75b7f0c0d LibJS+Everywhere: Propagate Cell::initialize errors from Heap::allocate 2 years ago
  Timothy Flynn 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 years ago
  Timothy Flynn f3db548a3d AK+Everywhere: Rename FlyString to DeprecatedFlyString 2 years ago
  Timothy Flynn 115baa7e32 LibJS+Everywhere: Make PrimitiveString and Utf16String fallible 2 years ago
  Linus Groh 22089436ed LibJS: Convert Heap::allocate{,_without_realm}() to NonnullGCPtr 2 years ago
  Andreas Kling 4abdb68655 LibJS: Remove Object(Object& prototype) footgun 2 years ago
  Linus Groh ddc6e139a6 LibJS: Convert Object::create() to NonnullGCPtr 2 years ago
  Linus Groh b42e293ddd LibJS: Convert NativeFunction::create() to NonnullGCPtr 2 years ago
  Linus Groh 525f22d018 LibJS: Replace standalone js_string() with PrimitiveString::create() 2 years ago
  Linus Groh daec065fde LibJS: Move initialize_instance_elements() from VM to Object 2 years ago
  Linus Groh 57dc179b1f Everywhere: Rename to_{string => deprecated_string}() where applicable 2 years ago
  Linus Groh 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString 2 years ago
  Timothy Flynn 12f9f3d9ef LibJS: Support instrinsic Object properties with deferred evaluation 2 years ago
  Andreas Kling 71067cbc6c LibJS+LibWeb: Make Runtime/AbstractOperations.h not include AST.h 2 years ago
  Andreas Kling e23fe8cf87 LibJS: Make define_native_foo() take SafeFunctions 2 years ago
  Linus Groh 72730422bb LibJS: Remove Shape::global_object() and Object::global_object() 2 years ago
  Linus Groh 50428ea8d2 LibJS: Move intrinsics to the realm 2 years ago
  Linus Groh b345a0acca LibJS+LibWeb: Reduce use of GlobalObject as an intermediary 2 years ago
  Linus Groh e3895e6c80 LibJS: Pass Realm to define_native_{accessor,function}() 2 years ago
  Linus Groh b465f46e00 LibJS: Remove GlobalObject parameter from native functions 2 years ago
  Linus Groh 56b2ae5ac0 LibJS: Replace GlobalObject with VM in remaining AOs [Part 19/19] 2 years ago
  Linus Groh 25849f8a6d LibJS: Replace GlobalObject with VM in common AOs [Part 18/19] 2 years ago
  Linus Groh a022e548b8 LibJS: Replace GlobalObject with VM in Value AOs [Part 4/19] 2 years ago
  Linus Groh f3117d46dc LibJS: Remove GlobalObject from VM::throw_completion() 2 years ago
  Linus Groh e992a9f469 LibJS+LibWeb: Replace GlobalObject with Realm in Heap::allocate<T>() 2 years ago
  Linus Groh b99cc7d050 LibJS+LibWeb: Replace GlobalObject with Realm in create() functions 2 years ago
  Linus Groh 5dd5896588 LibJS+LibWeb: Replace GlobalObject with Realm in initialize() functions 2 years ago
  Linus Groh ecd163bdf1 LibJS+LibWeb: Replace GlobalObject with Realm in object constructors 2 years ago
  davidot c4f3d44be1 LibJS: Add the HostEnsureCanAddPrivateElement hook 2 years ago