summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibJS/Runtime/PrivateEnvironment.h
AgeCommit message (Expand)Author
2022-08-29LibJS: Hide all the constructors!Andreas Kling
2022-08-29LibJS: Add JS_CELL macro and use it in all JS::Cell subclassesAndreas Kling
2022-03-19DevTools+LibJS+LibWeb: Change class_name to use StringViewLenny Maiorani
2021-12-08LibJS: Mark entire private environment chains during GCAndreas Kling
2021-11-10AK+Everywhere: Stop including Vector.h from StringView.hAndreas Kling
2021-10-25LibJS: Add default constructor for PrivateNameAndreas Kling
2021-10-20LibJS: Add PrivateEnvironmentdavidot