index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Libraries
/
LibJS
/
Runtime
/
IteratorOperations.h
Age
Commit message (
Expand
)
Author
2021-11-29
LibJS: Implement the async versions of iterator operations
davidot
2021-10-21
LibJS: Convert IterableToList AO to ThrowCompletionOr
Timothy Flynn
2021-10-21
LibJS: Implement IteratorClose with Completions and align to the spec
Timothy Flynn
2021-10-21
LibJS: Convert get_iterator_values helper to ThrowCompletionOr
Timothy Flynn
2021-10-21
LibJS: Convert IteratorValue AO to ThrowCompletionOr
Timothy Flynn
2021-10-21
LibJS: Convert IteratorComplete AO to ThrowCompletionOr
Timothy Flynn
2021-10-21
LibJS: Convert IteratorStep AO to ThrowCompletionOr
Timothy Flynn
2021-10-21
LibJS: Convert IteratorNext AO to ThrowCompletionOr
Timothy Flynn
2021-10-21
LibJS: Convert GetIterator AO to ThrowCompletionOr
Timothy Flynn
2021-09-28
LibJS: Change create_iterator_result_object's return type to Object*
Idan Horowitz
2021-07-04
LibJS: Add the IteratorStep abstract iterator operation
Idan Horowitz
2021-06-27
LibJS: Stop qualifying AK::Function
Andreas Kling
2021-06-19
LibJS: Implement more IteratorOperations and organize file
Matthew Olsson
2021-06-15
LibJS: Implement the IteratorClose abstract op and use it where needed
Idan Horowitz
2021-06-13
LibJS: Add ECMA-262 section/title/URL comments almost everywhere
Linus Groh
2021-06-02
LibJS: Replace iterator hint string argument with an enum
Linus Groh
2021-04-23
Userland: Use mattco@serenityos.org for my copyright headers
Matthew Olsson
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-04-17
LibJS: Implement initializing a TypedArray from an iterable object
Idan Horowitz
2021-01-12
Libraries: Move to Userland/Libraries/
Andreas Kling