summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibJS/Runtime/Iterator.h
AgeCommit message (Expand)Author
2023-03-15LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtrMatthew Olsson
2022-02-18LibJS: Add a spec link for Iterator RecordsTimothy Flynn
2022-01-09LibJS: Implement proper Iterator recordsLinus Groh