Commit Verlauf

Autor SHA1 Nachricht Datum
  Linus Groh 525f22d018 LibJS: Replace standalone js_string() with PrimitiveString::create() vor 2 Jahren
  Linus Groh daec065fde LibJS: Move initialize_instance_elements() from VM to Object vor 2 Jahren
  Linus Groh 57dc179b1f Everywhere: Rename to_{string => deprecated_string}() where applicable vor 2 Jahren
  Linus Groh 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString vor 2 Jahren
  Timothy Flynn 12f9f3d9ef LibJS: Support instrinsic Object properties with deferred evaluation vor 2 Jahren
  Andreas Kling 71067cbc6c LibJS+LibWeb: Make Runtime/AbstractOperations.h not include AST.h vor 2 Jahren
  Andreas Kling e23fe8cf87 LibJS: Make define_native_foo() take SafeFunctions vor 2 Jahren
  Linus Groh 72730422bb LibJS: Remove Shape::global_object() and Object::global_object() vor 2 Jahren
  Linus Groh 50428ea8d2 LibJS: Move intrinsics to the realm vor 2 Jahren
  Linus Groh b345a0acca LibJS+LibWeb: Reduce use of GlobalObject as an intermediary vor 3 Jahren
  Linus Groh e3895e6c80 LibJS: Pass Realm to define_native_{accessor,function}() vor 3 Jahren
  Linus Groh b465f46e00 LibJS: Remove GlobalObject parameter from native functions vor 3 Jahren
  Linus Groh 56b2ae5ac0 LibJS: Replace GlobalObject with VM in remaining AOs [Part 19/19] vor 3 Jahren
  Linus Groh 25849f8a6d LibJS: Replace GlobalObject with VM in common AOs [Part 18/19] vor 3 Jahren
  Linus Groh a022e548b8 LibJS: Replace GlobalObject with VM in Value AOs [Part 4/19] vor 3 Jahren
  Linus Groh f3117d46dc LibJS: Remove GlobalObject from VM::throw_completion() vor 3 Jahren
  Linus Groh e992a9f469 LibJS+LibWeb: Replace GlobalObject with Realm in Heap::allocate<T>() vor 3 Jahren
  Linus Groh b99cc7d050 LibJS+LibWeb: Replace GlobalObject with Realm in create() functions vor 3 Jahren
  Linus Groh 5dd5896588 LibJS+LibWeb: Replace GlobalObject with Realm in initialize() functions vor 3 Jahren
  Linus Groh ecd163bdf1 LibJS+LibWeb: Replace GlobalObject with Realm in object constructors vor 3 Jahren
  davidot c4f3d44be1 LibJS: Add the HostEnsureCanAddPrivateElement hook vor 3 Jahren
  Andreas Kling 50d951aea2 LibJS: Let Shape store a Realm instead of a GlobalObject vor 3 Jahren
  Linus Groh 9f3f3b0864 LibJS: Remove implicit wrapping/unwrapping of completion records vor 3 Jahren
  Linus Groh ce659e5eeb LibJS: Remove assertions that are now part of structured headers vor 3 Jahren
  Linus Groh 86e3840202 LibJS: Add missing comment in OrdinaryToPrimitive vor 3 Jahren
  Linus Groh e815d3f9ce LibJS: De-duplicate ClassFieldDefinition Records vor 3 Jahren
  Idan Horowitz 086969277e Everywhere: Run clang-format vor 3 Jahren
  Idan Horowitz 9cfbbfd8d8 LibJS: Implement the EnumerateObjectProperties AO vor 3 Jahren
  Lenny Maiorani d00b79568f Libraries: Use default constructors/destructors in LibJS vor 3 Jahren
  Linus Groh 47cdd90836 LibJS: Use new NativeFunction::create() in most places vor 3 Jahren