Commit Verlauf

Autor SHA1 Nachricht Datum
  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 b99cc7d050 LibJS+LibWeb: Replace GlobalObject with Realm in create() functions 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
  davidot c4f3d44be1 LibJS: Add the HostEnsureCanAddPrivateElement hook vor 2 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
  Linus Groh 368af9ad6e LibJS: Add Object constructor allowing null prototype vor 3 Jahren
  Linus Groh bc183dbbcb LibJS: Replace uses of MarkedValueList with MarkedVector<Value> vor 3 Jahren
  davidot 9264f9d24e LibJS+Everywhere: Remove VM::exception() and most related functions vor 3 Jahren
  Linus Groh 6f20f49b21 Everywhere: Rename JS::PropertyKey variables from property_{name => key} vor 3 Jahren
  mjz19910 1ef633472b Everywhere: Convert VM::call() to JS::call() vor 3 Jahren
  Linus Groh 29e96eceeb LibJS: Convert PropertyKey::from_value() to ThrowCompletionOr vor 3 Jahren
  Timothy Flynn d69f5ca128 LibJS: Update spec numbers for Operations on Objects AOs vor 3 Jahren
  Andreas Kling 212319b25e LibJS: Only allocate space for Object private elements if needed vor 3 Jahren
  Linus Groh a20b189eab LibJS: Fix incorrectly formatted section comments vor 3 Jahren
  Idan Horowitz ba55d77665 LibJS: Remove leftover exception check in OrdinaryHasProperty vor 3 Jahren
  Idan Horowitz 2eaed880b1 LibJS: Remove old Native Functions vor 3 Jahren
  Andreas Kling 7ccb8c8609 LibJS: Provide default hash traits for JS::PropertyKey vor 3 Jahren
  Andreas Kling 398c181c79 LibJS: Rename PropertyName to PropertyKey vor 3 Jahren
  Linus Groh 0881f8160f LibJS: Use implicit ThrowCompletionOr<T> constructor where possible vor 3 Jahren