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-05-30
LibJS: Track whether ScriptFunctions and FunctionExpressions are arrow
Jack Karamanian
2020-05-29
LibJS: Parse labels in continue and break statements
Matthew Olsson
2020-05-29
LibJS: Parse labelled statements
Matthew Olsson
2020-05-28
LibJS: Add strict mode
Matthew Olsson
2020-05-26
LibJS: Fix style inconsistencies in AST.h (#2403)
Emanuele Torre
2020-05-25
LibJS: Implement basic for..in and for..of loops
Linus Groh
2020-05-22
LibJS: Add object literal getter/setter shorthand
Matthew Olsson
2020-05-13
LibJS: Check AssignmentExpression LHS in parser
Linus Groh
2020-05-07
LibJS: Add raw strings to tagged template literals
Matthew Olsson
2020-05-06
LibJS: Add function call spreading
Matthew Olsson
2020-05-06
LibJS: Function.length respects default and rest parameters
Matthew Olsson
2020-05-06
LibJS: Implement tagged template literals (foo`bar`)
Linus Groh
2020-05-05
LibJS: Implement modulo assignment operator (%=)
Linus Groh
2020-05-05
LibJS: Implement exponentiation assignment operator (**=)
Linus Groh
2020-05-05
LibJS: Implement bitwise assignment operators (&=, |=, ^=)
Linus Groh
2020-05-05
LibJS: run clang-format on all the files
Emanuele Torre
2020-05-04
LibJS: Implement rest parameters
Linus Groh
2020-05-04
LibJS: Add template literals
mattco98
2020-05-03
LibJS: Support empty statements
Linus Groh
2020-05-03
LibJS: Add function default arguments
Matthew Olsson
2020-05-01
LibJS: Implement (no-op) debugger statement
Linus Groh
2020-04-28
LibJS: Add spreading in object literals
mattco98
2020-04-28
LibJS: Make AssignmentExpression assign through a Reference
Andreas Kling
2020-04-28
LibJS: Allow "delete someGlobalVariable"
Andreas Kling
2020-04-28
LibJS: Add Reference class to represent a base.property reference
Andreas Kling
2020-04-27
LibJS: Add spreading in array literals
mattco98
2020-04-26
LibJS: Implement basic support for the "delete" operator
Andreas Kling
2020-04-23
LibJS: Implement computed properties in object expressions
Linus Groh
2020-04-23
LibJS: Implement 'in' operator
Linus Groh
2020-04-23
LibJS: Implement bitwise unsigned right shift operator (>>>)
Linus Groh
2020-04-23
LibJS: Implement bitwise right shift operator (>>)
Linus Groh
2020-04-23
LibJS: Implement bitwise left shift operator (<<)
Linus Groh
2020-04-19
LibJS: Improve CallExpression::execute()'s error messages
Linus Groh
2020-04-18
LibJS: Implement nullish coalescing operator (??)
Linus Groh
2020-04-15
LibJS: Support empty values in array expression
Linus Groh
2020-04-15
LibJS: Implement void operator
Linus Groh
2020-04-13
LibJS: Hoist variable declarations to the nearest relevant scope
Andreas Kling
2020-04-13
LibJS: Parse "this" as ThisExpression
Stephan Unverwerth
2020-04-11
LibJS: Make Function and CallFrame aware of their function name
Linus Groh
2020-04-08
LibJS: rename JS::DeclarationType => JS::DeclarationKind
Emanuele Torre
2020-04-07
LibJS: Add SequenceExpression AST node (comma operator)
Andreas Kling
2020-04-06
LibJS: Add a PropertyName class that represents a string or a number
Andreas Kling
2020-04-05
LibJS: Implement exponentiation (** operator)
Linus Groh
2020-04-05
LibJS: Rename BinaryOp::{Plus,Minus,Asterisk,Slash}
Linus Groh
2020-04-05
AK: Stop allowing implicit downcast with RefPtr and NonnullRefPtr
Andreas Kling
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
[next]