index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Libraries
/
LibJS
/
AST.h
Age
Commit message (
Expand
)
Author
2021-10-05
LibJS: Add an optimization to avoid needless arguments object creation
Linus Groh
2021-10-03
LibJS: Fix improper usages of forward as flagged by SonarCloud
davidot
2021-10-03
Everywhere: Use my awesome new serenityos email :^)
davidot
2021-09-30
LibJS: Make scoping follow the spec
davidot
2021-09-30
LibJS: Allow multiple labels on the same statement
davidot
2021-09-30
LibJS: Allow member expressions in binding patterns
davidot
2021-09-26
LibJS: Allow statements to have multiple labels
Andreas Kling
2021-09-24
LibJS: Rename {Abstract,Typed => Loosely,Strictly}{Equals,Inequals}
Linus Groh
2021-09-21
Libraries: Use AK::Variant default initialization where appropriate
Ben Wiederhake
2021-09-14
LibJS: Implement parsing and execution of optional chains
Ali Mohammad Pur
2021-09-01
LibJS: Add support for public fields in classes
davidot
2021-08-15
LibJS: Parse and partially execute import and export statements
davidot
2021-08-15
LibJS: Add a mode to parse JS as a module
davidot
2021-07-30
LibJS: Parse RegExp literals at AST creation time, not execution time
Timothy Flynn
2021-07-11
LibJS: Rework Identifier parsing to match the spec more closely
Ali Mohammad Pur
2021-07-11
LibJS: Add support for binding patterns in catch clauses
Ali Mohammad Pur
2021-07-11
LibJS: Implement parsing and evaluation for AssignmentPatterns
Ali Mohammad Pur
2021-07-11
LibJS: Allow 'name = value' in object literals as the spec does
Ali Mohammad Pur
2021-07-07
LibJS: Make FunctionExpression more spec-compliant
Hendi
2021-07-06
LibJS: Don't hoist functions under certain circumstances
Hendi
2021-07-06
Revert "LibJS: Don't hoist functions under certain circumstances"
Linus Groh
2021-07-06
LibJS: Don't hoist functions under certain circumstances
Hendi
2021-07-06
LibJS: Improve function hoisting across blocks
Hendi
2021-07-06
LibJS: Remove variables from FunctionNode
Hendi
2021-07-02
LibJS: Make SuperCall a proper AST node and clean up evaluation
Andreas Kling
2021-07-02
LibJS: NewExpression doesn't need compute_this_and_callee()
Andreas Kling
2021-07-02
LibJS: Split out NewExpression evaluation from CallExpression
Andreas Kling
2021-07-01
LibJS: NewClass bytecode instruction
Johan Dahlin
2021-06-24
LibJS: Fix clang-tidy warnings in AST.h
Andreas Kling
2021-06-22
LibJS: Remove direct argument loading since it was buggy
Andreas Kling
2021-06-21
LibJS: Add bytecode support for regexp literals
Matthew Olsson
2021-06-19
LibJS: Restructure and fully implement BindingPatterns
Matthew Olsson
2021-06-14
LibJS: Correctly parse yield-from expressions
Ali Mohammad Pur
2021-06-14
LibJS: Track which Identifier nodes refer to function arguments
Andreas Kling
2021-06-13
LibJS: Add a bunch of fast_is<T> to avoid slow RTTI in hot code
Andreas Kling
2021-06-11
LibJS: Use an enum class instead of 'bool is_generator'
Ali Mohammad Pur
2021-06-11
LibJS: Implement bytecode generation for switch
Marcin Gasperowicz
2021-06-11
LibJS: Add bytecode generation for FunctionExpression :^)
Andreas Kling
2021-06-11
LibJS: Move is_arrow_function() from FunctionExpression to FunctionNode
Andreas Kling
2021-06-11
LibJS: Switch AST.{h,cpp} to east const
Ali Mohammad Pur
2021-06-11
LibJS: Implement generator functions (only in bytecode mode)
Ali Mohammad Pur
2021-06-10
LibJS: Add empty bytecode generation for VariableDeclaration
Andreas Kling
2021-06-10
LibJS: Implement bytecode generation for try..catch..finally
Gunnar Beutner
2021-06-10
LibJS: Implement bytecode generation for BreakStatement
xyanrch
2021-06-09
LibJS: Generate bytecode for tagged template literals
Gunnar Beutner
2021-06-09
LibJS: Generate bytecode for throw statements
Gunnar Beutner
2021-06-09
LibJS: Implement bytecode generation for UpdateExpression :^)
Andreas Kling
2021-06-09
LibJS: Generate bytecode for array expressions
Gunnar Beutner
2021-06-08
LibJS: Introduce an accumulator register to Bytecode::Interpreter
Matthew Olsson
2021-06-08
LibJS: Generate bytecode for template literals
Gunnar Beutner
[prev]
[next]