summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibJS/Runtime/IteratorOperations.h
AgeCommit message (Expand)Author
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