Commit Verlauf

Autor SHA1 Nachricht Datum
  Andreas Kling ece961f882 LibJS: Pass call/construct argument lists as ReadonlySpan<Value> vor 1 Jahr
  Andreas Kling 3c74dc9f4d LibJS: Segregate GC-allocated objects by type vor 1 Jahr
  iliadsh 89da731aa6 LibJS+LibWeb: Devirtualize may_interfere_with_indexed_property_access() vor 1 Jahr
  Andreas Kling b1b2ca1485 LibJS: Add basic monomorphic caching for PutById property access vor 1 Jahr
  Andreas Kling 7df1692580 LibJS: Add Object::may_interfere_with_indexed_property_access() virtual vor 1 Jahr
  Andreas Kling 52cd671163 LibJS: Make Object::internal_get() reveal the used property offset vor 2 Jahren
  Matthew Olsson 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr vor 2 Jahren
  Timothy Flynn f3db548a3d AK+Everywhere: Rename FlyString to DeprecatedFlyString vor 2 Jahren
  Linus Groh 03acbf0beb LibJS: Convert FunctionObject::internal_construct() to NonnullGCPtr vor 2 Jahren
  Linus Groh e0818bf21e LibJS: Convert ProxyObject::create() to NonnullGCPtr vor 2 Jahren
  Andreas Kling 35c9aa7c05 LibJS: Hide all the constructors! vor 2 Jahren
  Linus Groh b99cc7d050 LibJS+LibWeb: Replace GlobalObject with Realm in create() functions vor 2 Jahren
  Idan Horowitz 086969277e Everywhere: Run clang-format vor 3 Jahren
  Lenny Maiorani d00b79568f Libraries: Use default constructors/destructors in LibJS vor 3 Jahren
  Linus Groh bc183dbbcb LibJS: Replace uses of MarkedValueList with MarkedVector<Value> vor 3 Jahren
  Andreas Kling 398c181c79 LibJS: Rename PropertyName to PropertyKey vor 3 Jahren
  davidot 021691753d LibJS: Fix that proxy always said that it had a [[Construct]] slot vor 3 Jahren
  Linus Groh fe5c2b7bb9 LibJS: Decouple new_function_environment() from FunctionObject vor 3 Jahren
  Linus Groh cf168fac50 LibJS: Implement [[Call]] and [[Construct]] internal slots properly vor 3 Jahren
  davidot 830ea0414c LibJS: Make scoping follow the spec vor 3 Jahren
  Linus Groh ee8380edea LibJS: Convert internal_own_property_keys() to ThrowCompletionOr vor 3 Jahren
  Linus Groh fbfb0bb908 LibJS: Convert internal_delete() to ThrowCompletionOr vor 3 Jahren
  Linus Groh e5409c6ead LibJS: Convert internal_set() to ThrowCompletionOr vor 3 Jahren
  Linus Groh 6c2b974db2 LibJS: Convert internal_get() to ThrowCompletionOr vor 3 Jahren
  Linus Groh d9895ec12d LibJS: Convert internal_has_property() to ThrowCompletionOr vor 3 Jahren
  Linus Groh 5da210125e LibJS: Convert internal_define_own_property() to ThrowCompletionOr vor 3 Jahren
  Linus Groh 0e69a6e487 LibJS: Convert internal_get_own_property() to ThrowCompletionOr vor 3 Jahren
  Linus Groh 73bae7d779 LibJS: Convert internal_prevent_extensions() to ThrowCompletionOr vor 3 Jahren
  Linus Groh 9b4362f10a LibJS: Convert internal_is_extensible() to ThrowCompletionOr vor 3 Jahren
  Linus Groh 8c81c84c18 LibJS: Convert internal_set_prototype_of() to ThrowCompletionOr vor 3 Jahren