summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibJS/SourceCode.cpp
AgeCommit message (Expand)Author
2023-02-21LibJS: Make RefPtr and NonnullRefPtr usage const-correctAndreas Kling
2023-01-26LibJS: Remove DeprecatedString usage from SourceCodeEvan Smal
2022-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
2022-11-24LibJS: Unbreak test262-parser-tests after source range caching changesAndreas Kling
2022-11-24LibJS: Make Error stack trace generation faster with a line break cacheAndreas Kling
2022-11-22LibJS: Reduce AST memory usage by shrink-wrapping source range infoAndreas Kling