summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibJS/Runtime/IteratorOperations.h
AgeCommit message (Expand)Author
2021-11-29LibJS: Implement the async versions of iterator operationsdavidot
2021-10-21LibJS: Convert IterableToList AO to ThrowCompletionOrTimothy Flynn
2021-10-21LibJS: Implement IteratorClose with Completions and align to the specTimothy Flynn
2021-10-21LibJS: Convert get_iterator_values helper to ThrowCompletionOrTimothy Flynn
2021-10-21LibJS: Convert IteratorValue AO to ThrowCompletionOrTimothy Flynn
2021-10-21LibJS: Convert IteratorComplete AO to ThrowCompletionOrTimothy Flynn
2021-10-21LibJS: Convert IteratorStep AO to ThrowCompletionOrTimothy Flynn
2021-10-21LibJS: Convert IteratorNext AO to ThrowCompletionOrTimothy Flynn
2021-10-21LibJS: Convert GetIterator AO to ThrowCompletionOrTimothy Flynn
2021-09-28LibJS: Change create_iterator_result_object's return type to Object*Idan Horowitz
2021-07-04LibJS: Add the IteratorStep abstract iterator operationIdan Horowitz
2021-06-27LibJS: Stop qualifying AK::FunctionAndreas Kling
2021-06-19LibJS: Implement more IteratorOperations and organize fileMatthew Olsson
2021-06-15LibJS: Implement the IteratorClose abstract op and use it where neededIdan Horowitz
2021-06-13LibJS: Add ECMA-262 section/title/URL comments almost everywhereLinus Groh
2021-06-02LibJS: Replace iterator hint string argument with an enumLinus Groh
2021-04-23Userland: Use mattco@serenityos.org for my copyright headersMatthew Olsson
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-04-17LibJS: Implement initializing a TypedArray from an iterable objectIdan Horowitz
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling