index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Libraries
/
LibJS
/
AST.h
Age
Commit message (
Expand
)
Author
2020-04-05
LibJS: Add support for "continue" inside "for" statements :^)
Andreas Kling
2020-04-04
LibJS: Support VariableDeclaration with multiple declarators
Andreas Kling
2020-04-04
LibJS: Add Declaration class to the AST
Andreas Kling
2020-04-04
LibJS: Add support for do..while statements
Andreas Kling
2020-04-04
LibJS: Rename WhileStatement::predicate() => body()
Andreas Kling
2020-04-04
LibJS: Add basic support for modulo (%) in binary expressions
Andreas Kling
2020-04-03
LibJS: Implement ConditionalExpression (ternary "?:" operator)
Andreas Kling
2020-04-03
LibJS: Remove UndefinedLiteral, add undefined to global object
Linus Groh
2020-04-02
LibJS: Implement unary plus / minus
Linus Groh
2020-04-01
LibJS: Reorganize computing of |this| for CallExpressions
Andreas Kling
2020-03-29
LibJS: Implement basic execution of "switch" statements
Andreas Kling
2020-03-29
LibJS: Lexer and parser support for "switch" statements
Andreas Kling
2020-03-28
LibJS: Implement the "instanceof" operator
Andreas Kling
2020-03-28
LibJS: Implement basic support for the "new" keyword
Andreas Kling
2020-03-24
LibJS: Implement "throw"
Andreas Kling
2020-03-24
LibJS: Parse "try", "catch" and "finally"
Andreas Kling
2020-03-23
LibJS: Consume semicolon at the end of a statement
Andreas Kling
2020-03-23
LibJS: Implement "else" parsing
Andreas Kling
2020-03-22
LibJS: Use FlyString for identifiers
Andreas Kling
2020-03-21
LibJS: Parse "if" statements
Andreas Kling
2020-03-21
LibJS: Some optimizations for ObjectExpression
Andreas Kling
2020-03-21
LibJS: Parse object expressions
0xtechnobabble
2020-03-20
LibJS: Parse computed MemberExpressions
Andreas Kling
2020-03-20
LibJS: Parse ArrayExpression and start implementing Array objects
Andreas Kling
2020-03-19
LibJS: Implement basic object property assignment
Andreas Kling
2020-03-19
LibJS: Parse FunctionExpressions
Andreas Kling
2020-03-19
LibJS: Add FunctionExpression AST node
Andreas Kling
2020-03-19
LibJS: Fix reference leak in ASTNode::append()
Andreas Kling
2020-03-18
LibJS: Make the AST reference-counted
Andreas Kling
2020-03-17
LibJS: Implement typeof operator
Conrad Pankoff
2020-03-16
LibJS: Add "Heap" and "Runtime" subdirectories
Andreas Kling
2020-03-16
LibJS: Implement abstract equality and inequality
0xtechnobabble
2020-03-16
LibJS: Specify overridden functions with 'override'
0xtechnobabble
2020-03-16
LibJS: Implement null and undefined literals
0xtechnobabble
2020-03-15
LibJS: Add basic prototype support
Andreas Kling
2020-03-14
LibJS/AST: Implement prefixed update expressions
0xtechnobabble
2020-03-14
LibJS: Rename BitNot -> BitwiseNot to match other bitwise operators
0xtechnobabble
2020-03-14
LibJS: Evaluate for statements in their own scope if necessary
0xtechnobabble
2020-03-14
LibJS: Add operator precedence parsing
Stephan Unverwerth
2020-03-12
LibJS: Implement const variable declarations
0xtechnobabble
2020-03-12
LibJS: Implement update expressions
0xtechnobabble
2020-03-12
LibJS: Tweak AssignmentOp names
Andreas Kling
2020-03-12
LibJS: Implement for statement
Conrad Pankoff
2020-03-12
LibJS: Implement +=, -=, *=, and /= assignment operators
Conrad Pankoff
2020-03-12
LibJS: Implement <= and >= binary operators
Conrad Pankoff
2020-03-12
LibJS: Implement multiplication and division operators
Conrad Pankoff
2020-03-12
LibJS: Allow functions to take arguments (#1405)
howar6hill
2020-03-12
LibJS: Defer Value construction until a Literal is executed
Andreas Kling
2020-03-12
LibJS: Add Javascript lexer and parser
Stephan Unverwerth
2020-03-11
LibJS: Allow the choice of a scope of declaration for a variable (#1408)
0xtechnobabble
[prev]
[next]