Historique des commits

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