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
/
Parser.h
Age
Commit message (
Expand
)
Author
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-06-23
LibJS: Correct behaviour of direct vs. indirect eval
Anonymous
2021-06-21
LibJS: Rename Parser::m_parser_state => m_state
Andreas Kling
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: Parse generator functions in object literals
Ali Mohammad Pur
2021-06-14
LibJS: Track which Identifier nodes refer to function arguments
Andreas Kling
2021-06-11
LibJS: Implement generator functions (only in bytecode mode)
Ali Mohammad Pur
2021-05-29
LibJS: Implement destructuring assignments and function parameters
Ali Mohammad Pur
2021-05-29
Everywhere: Use s.unverwerth@serenityos.org :^)
Stephan Unverwerth
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-04-12
LibJS: Memoize failed calls of try_parse_arrow_function_expression()
Stephan Unverwerth
2021-03-01
LibJS: Keep track of file names, lines and columns inside the AST
Jean-Baptiste Boric
2021-02-24
LibJS: Use const references to avoid some copies in the parser
Linus Groh
2021-02-23
Everywhere: Rename ASSERT => VERIFY
Andreas Kling
2021-01-12
Libraries: Move to Userland/Libraries/
Andreas Kling