summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibJS/AST.h
AgeCommit message (Expand)Author
2021-05-10LibJS: Rename RegExpLiteral m_content to m_patternLinus Groh
2021-04-23AK: Rename adopt() to adopt_ref()Andreas Kling
2021-04-22Everywhere: Use linusg@serenityos.org for my copyright headersLinus Groh
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-03-22Only apply auto-naming of function expressions based on syntaxAndreas Kling
2021-03-21LibJS: Split Value::Type::Number into Int32 and DoubleAndreas Kling
2021-03-16LibJS: Ensure SequenceExpression has two or more expressionsLinus Groh
2021-03-16LibJS: Implement non-value-producing statements properlyLinus Groh
2021-02-23Everywhere: Rename ASSERT => VERIFYAndreas Kling
2021-01-17LibJS: Replace ASTNode::class_name() with RTTIAndreas Kling
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling