Historial de Commits

Autor SHA1 Mensaje Fecha
  Jonne Ransijn 69f96122b6 LibJS+LibWeb: Prevent double invocation of `[[GetOwnProperty]]` hace 9 meses
  Timothy Flynn ddf3add6a7 LibJS: Remove Array::create_from overload that accepts a plain vector hace 9 meses
  Timothy Flynn 663a5e97ca LibJS: Add an Array::create_from overload to accept a plain array hace 9 meses
  Andreas Kling cc4b3cbacc Meta: Update my e-mail address everywhere hace 10 meses
  Aliaksandr Kalenik fceba6a257 LibWeb/WebIDL: Introduce ObservableArray hace 1 año
  Andreas Kling ece961f882 LibJS: Pass call/construct argument lists as ReadonlySpan<Value> hace 1 año
  Andreas Kling 3c74dc9f4d LibJS: Segregate GC-allocated objects by type hace 1 año
  Daniel Bertalan 65232b6681 LibJS: Mark classes and virtual functions `final` where possible hace 2 años
  Andreas Kling 1a27c525d5 LibJS: Make PrimitiveString::create() infallible hace 2 años
  Timothy Flynn c911781c21 Everywhere: Remove needless trailing semi-colons after functions hace 2 años
  Timothy Flynn e945994877 LibJS: Update spec numbers / text for the Change Array by Copy proposal hace 2 años
  MacDue 63b11030f0 Everywhere: Use ReadonlySpan<T> instead of Span<T const> hace 2 años
  Timothy Flynn f2527c8c81 LibJS: Add a fallible variant of Array::create_from hace 2 años
  Linus Groh 91b0123eaf LibJS: Convert Array::create{,_from}() to NonnullGCPtr hace 2 años
  Andreas Kling 35c9aa7c05 LibJS: Hide all the constructors! hace 2 años
  Andreas Kling 6e973ce69b LibJS: Add JS_CELL macro and use it in all JS::Cell subclasses hace 2 años
  Linus Groh d69eaf8be9 LibJS: Replace GlobalObject with VM in Array AOs [Part 15/19] hace 3 años
  Linus Groh b99cc7d050 LibJS+LibWeb: Replace GlobalObject with Realm in create() functions hace 3 años
  Linus Groh 5927cdd9c5 LibJS: Use u64 for the length parameter in Array::create() hace 3 años
  Linus Groh e2a5a27302 LibJS: Implement the SortIndexedProperties AO hace 3 años
  Linus Groh 5ddf0b0c99 LibJS: Implement the CompareArrayElements AO hace 3 años
  Lenny Maiorani d00b79568f Libraries: Use default constructors/destructors in LibJS hace 3 años
  Linus Groh bc183dbbcb LibJS: Replace uses of MarkedValueList with MarkedVector<Value> hace 3 años
  davidot 9264f9d24e LibJS+Everywhere: Remove VM::exception() and most related functions hace 3 años
  Timothy Flynn 98348d9a33 LibJS: Allow calling Array::create_from without allocating a Vector hace 3 años
  Andreas Kling 398c181c79 LibJS: Rename PropertyName to PropertyKey hace 3 años
  Idan Horowitz db5df26841 LibJS: Convert Array AOs to ThrowCompletionOr hace 3 años
  Linus Groh ee8380edea LibJS: Convert internal_own_property_keys() to ThrowCompletionOr hace 3 años
  Linus Groh fbfb0bb908 LibJS: Convert internal_delete() to ThrowCompletionOr hace 3 años
  Linus Groh 5da210125e LibJS: Convert internal_define_own_property() to ThrowCompletionOr hace 3 años