summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibJS/Heap/MarkedVector.h
AgeCommit message (Expand)Author
2022-02-09LibJS: Let MarkedVector<T> inherit from Vector and handle Cell* + ValueLinus Groh
2021-12-18LibJS: Fix typo in MarkedVector::end()Andreas Kling
2021-12-16LibJS: Add MarkedVector<T>Andreas Kling