Historique des commits

Auteur SHA1 Message Date
  Linus Groh d4eaaf905c LibJS: Port create_iterator_result_object() to NonnullGCPtr il y a 2 ans
  Linus Groh aff1ec6014 LibJS: Port iterator_step() to GCPtr il y a 2 ans
  Linus Groh e54536421a LibJS: Port iterator_next() to NonnullGCPtr il y a 2 ans
  Linus Groh ccdfa2320c LibJS: Replace GlobalObject with VM in Iterator AOs [Part 7/19] il y a 2 ans
  Linus Groh bc183dbbcb LibJS: Replace uses of MarkedValueList with MarkedVector<Value> il y a 3 ans
  Linus Groh 09a11fa6ea LibJS: Implement proper Iterator records il y a 3 ans
  Linus Groh e141f1e976 LibJS: Use Optional<Value> for potentially missing value in Iterator AOs il y a 3 ans
  davidot b3699029e2 LibJS: Implement the async versions of iterator operations il y a 3 ans
  Timothy Flynn 03b251a704 LibJS: Convert IterableToList AO to ThrowCompletionOr il y a 3 ans
  Timothy Flynn ec54a7b5b0 LibJS: Implement IteratorClose with Completions and align to the spec il y a 3 ans
  Timothy Flynn 04b4307b3d LibJS: Convert get_iterator_values helper to ThrowCompletionOr il y a 3 ans
  Timothy Flynn 7b4814f74c LibJS: Convert IteratorValue AO to ThrowCompletionOr il y a 3 ans
  Timothy Flynn a64752cd34 LibJS: Convert IteratorComplete AO to ThrowCompletionOr il y a 3 ans
  Timothy Flynn 8be1caa05d LibJS: Convert IteratorStep AO to ThrowCompletionOr il y a 3 ans
  Timothy Flynn c981d7b9bd LibJS: Convert IteratorNext AO to ThrowCompletionOr il y a 3 ans
  Timothy Flynn 860a37640b LibJS: Convert GetIterator AO to ThrowCompletionOr il y a 3 ans
  Idan Horowitz 14e99b9b68 LibJS: Change create_iterator_result_object's return type to Object* il y a 3 ans
  Idan Horowitz 5ee1ae37b2 LibJS: Add the IteratorStep abstract iterator operation il y a 4 ans
  Andreas Kling 1bd52ce789 LibJS: Stop qualifying AK::Function il y a 4 ans
  Matthew Olsson 14fff5df06 LibJS: Implement more IteratorOperations and organize file il y a 4 ans
  Idan Horowitz 2100b46d02 LibJS: Implement the IteratorClose abstract op and use it where needed il y a 4 ans
  Linus Groh 7327a28ccc LibJS: Add ECMA-262 section/title/URL comments almost everywhere il y a 4 ans
  Linus Groh 163d776df6 LibJS: Replace iterator hint string argument with an enum il y a 4 ans
  Matthew Olsson fcd3b9a0df Userland: Use mattco@serenityos.org for my copyright headers il y a 4 ans
  Brian Gianforcaro 1682f0b760 Everything: Move to SPDX license identifiers in all files. il y a 4 ans
  Idan Horowitz e3c634fdd0 LibJS: Implement initializing a TypedArray from an iterable object il y a 4 ans
  Andreas Kling 13d7c09125 Libraries: Move to Userland/Libraries/ il y a 4 ans