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
  Daniel Bertalan 65232b6681 LibJS: Mark classes and virtual functions `final` where possible il y a 1 an
  Andreas Kling 1a27c525d5 LibJS: Make PrimitiveString::create() infallible il y a 1 an
  Timothy Flynn c911781c21 Everywhere: Remove needless trailing semi-colons after functions il y a 2 ans
  Timothy Flynn e945994877 LibJS: Update spec numbers / text for the Change Array by Copy proposal il y a 2 ans
  MacDue 63b11030f0 Everywhere: Use ReadonlySpan<T> instead of Span<T const> il y a 2 ans
  Timothy Flynn f2527c8c81 LibJS: Add a fallible variant of Array::create_from il y a 2 ans
  Linus Groh 91b0123eaf LibJS: Convert Array::create{,_from}() to NonnullGCPtr il y a 2 ans
  Andreas Kling 35c9aa7c05 LibJS: Hide all the constructors! il y a 2 ans
  Andreas Kling 6e973ce69b LibJS: Add JS_CELL macro and use it in all JS::Cell subclasses il y a 2 ans
  Linus Groh d69eaf8be9 LibJS: Replace GlobalObject with VM in Array AOs [Part 15/19] il y a 2 ans
  Linus Groh b99cc7d050 LibJS+LibWeb: Replace GlobalObject with Realm in create() functions il y a 2 ans
  Linus Groh 5927cdd9c5 LibJS: Use u64 for the length parameter in Array::create() il y a 3 ans
  Linus Groh e2a5a27302 LibJS: Implement the SortIndexedProperties AO il y a 3 ans
  Linus Groh 5ddf0b0c99 LibJS: Implement the CompareArrayElements AO 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
  davidot 9264f9d24e LibJS+Everywhere: Remove VM::exception() and most related functions il y a 3 ans
  Timothy Flynn 98348d9a33 LibJS: Allow calling Array::create_from without allocating a Vector il y a 3 ans
  Andreas Kling 398c181c79 LibJS: Rename PropertyName to PropertyKey il y a 3 ans
  Idan Horowitz db5df26841 LibJS: Convert Array AOs to ThrowCompletionOr 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 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 8f3a5ba5d8 LibJS: Add Array::create_from() for generic Vector<T> il y a 3 ans
  Idan Horowitz c351b4ad0d LibJS: Stop using a native property for Array lengths il y a 4 ans
  Linus Groh 0ba81dc0b7 LibJS: Remove Object::is_array() in favor of Value::is_array() and RTTI il y a 4 ans
  Linus Groh 09bd5f8772 LibJS: Rewrite most of Object for spec compliance :^) il y a 4 ans