Historique des commits

Auteur SHA1 Message Date
  Andreas Kling 65717e3b75 LibJS: Inline fast case for Value::to_{boolean,number,numeric,primitive} il y a 1 an
  Andreas Kling 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible il y a 1 an
  Timothy Flynn e945994877 LibJS: Update spec numbers / text for the Change Array by Copy proposal il y a 2 ans
  Timothy Flynn b75b7f0c0d LibJS+Everywhere: Propagate Cell::initialize errors from Heap::allocate il y a 2 ans
  Timothy Flynn afeb7273cc LibJS+Everywhere: Rename Value::to_string to to_deprecated_string il y a 2 ans
  Linus Groh 22089436ed LibJS: Convert Heap::allocate{,_without_realm}() to NonnullGCPtr il y a 2 ans
  Andreas Kling 4abdb68655 LibJS: Remove Object(Object& prototype) footgun il y a 2 ans
  Linus Groh 91b0123eaf LibJS: Convert Array::create{,_from}() to NonnullGCPtr il y a 2 ans
  Linus Groh 525f22d018 LibJS: Replace standalone js_string() with PrimitiveString::create() il y a 2 ans
  Linus Groh 50428ea8d2 LibJS: Move intrinsics to the realm il y a 2 ans
  Linus Groh 25849f8a6d LibJS: Replace GlobalObject with VM in common AOs [Part 18/19] 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 a022e548b8 LibJS: Replace GlobalObject with VM in Value AOs [Part 4/19] il y a 2 ans
  Linus Groh f3117d46dc LibJS: Remove GlobalObject from VM::throw_completion() il y a 2 ans
  Linus Groh e992a9f469 LibJS+LibWeb: Replace GlobalObject with Realm in Heap::allocate<T>() il y a 2 ans
  Linus Groh b99cc7d050 LibJS+LibWeb: Replace GlobalObject with Realm in create() functions il y a 2 ans
  Timothy Flynn b779a3628d LibJS: Use SortIndexedProperties AO in Array.prototype.sort il y a 3 ans
  Linus Groh 5927cdd9c5 LibJS: Use u64 for the length parameter in Array::create() il y a 3 ans
  Linus Groh 65eb1ee67a LibJS: Add spec comments to ArrayCreate il y a 3 ans
  Obinna Ikeh 3d99e83a86 LibJS: Update order of parameters in our is_less_than implementation 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
  Linus Groh 9f3f3b0864 LibJS: Remove implicit wrapping/unwrapping of completion records il y a 3 ans
  Linus Groh cb66474fb5 LibJS: Update spec comments testing presence of a field il y a 3 ans
  Linus Groh d33fcad87f LibJS: Update ValidateAndApplyPropertyDescriptor implementation il y a 3 ans
  Linus Groh 5a26a547db LibJS: Update a couple of outdated spec comments il y a 3 ans
  Linus Groh ce659e5eeb LibJS: Remove assertions that are now part of structured headers 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
  Linus Groh 6f20f49b21 Everywhere: Rename JS::PropertyKey variables from property_{name => key} il y a 3 ans