Commit History

Author SHA1 Message Date
  Linus Groh d69eaf8be9 LibJS: Replace GlobalObject with VM in Array AOs [Part 15/19] 2 years ago
  Linus Groh a022e548b8 LibJS: Replace GlobalObject with VM in Value AOs [Part 4/19] 2 years ago
  Linus Groh f3117d46dc LibJS: Remove GlobalObject from VM::throw_completion() 2 years ago
  Linus Groh e992a9f469 LibJS+LibWeb: Replace GlobalObject with Realm in Heap::allocate<T>() 2 years ago
  Linus Groh b99cc7d050 LibJS+LibWeb: Replace GlobalObject with Realm in create() functions 2 years ago
  Timothy Flynn b779a3628d LibJS: Use SortIndexedProperties AO in Array.prototype.sort 3 years ago
  Linus Groh 5927cdd9c5 LibJS: Use u64 for the length parameter in Array::create() 3 years ago
  Linus Groh 65eb1ee67a LibJS: Add spec comments to ArrayCreate 3 years ago
  Obinna Ikeh 3d99e83a86 LibJS: Update order of parameters in our is_less_than implementation 3 years ago
  Linus Groh e2a5a27302 LibJS: Implement the SortIndexedProperties AO 3 years ago
  Linus Groh 5ddf0b0c99 LibJS: Implement the CompareArrayElements AO 3 years ago
  Linus Groh 9f3f3b0864 LibJS: Remove implicit wrapping/unwrapping of completion records 3 years ago
  Linus Groh cb66474fb5 LibJS: Update spec comments testing presence of a field 3 years ago
  Linus Groh d33fcad87f LibJS: Update ValidateAndApplyPropertyDescriptor implementation 3 years ago
  Linus Groh 5a26a547db LibJS: Update a couple of outdated spec comments 3 years ago
  Linus Groh ce659e5eeb LibJS: Remove assertions that are now part of structured headers 3 years ago
  Lenny Maiorani d00b79568f Libraries: Use default constructors/destructors in LibJS 3 years ago
  Linus Groh bc183dbbcb LibJS: Replace uses of MarkedValueList with MarkedVector<Value> 3 years ago
  Linus Groh 6f20f49b21 Everywhere: Rename JS::PropertyKey variables from property_{name => key} 3 years ago
  Timothy Flynn d69f5ca128 LibJS: Update spec numbers for Operations on Objects AOs 3 years ago
  Andreas Kling 398c181c79 LibJS: Rename PropertyName to PropertyKey 3 years ago
  Idan Horowitz db5df26841 LibJS: Convert Array AOs to ThrowCompletionOr 3 years ago
  Linus Groh 0881f8160f LibJS: Use implicit ThrowCompletionOr<T> constructor where possible 3 years ago
  Idan Horowitz cc94bba5c0 LibJS: Convert to_u32() to ThrowCompletionOr 3 years ago
  Idan Horowitz 20d990563c LibJS: Convert to_number() to ThrowCompletionOr 3 years ago
  Linus Groh 364dd42fc8 LibJS: Convert create_data_property_or_throw() to ThrowCompletionOr 3 years ago
  Linus Groh 4d5bd092ea LibJS: Use MUST() where applicable 3 years ago
  Linus Groh ee8380edea LibJS: Convert internal_own_property_keys() to ThrowCompletionOr 3 years ago
  Linus Groh fbfb0bb908 LibJS: Convert internal_delete() to ThrowCompletionOr 3 years ago
  Linus Groh 5da210125e LibJS: Convert internal_define_own_property() to ThrowCompletionOr 3 years ago