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.cpp
Age
Commit message (
Expand
)
Author
2021-06-02
AK+LibWasm+LibJS: Disallow Variant.has() on types that aren't contained
Ali Mohammad Pur
2021-05-30
LibJS: Make missing variable decls in for..in/of a syntax error
Ali Mohammad Pur
2021-05-30
LibJS: Don't try to parse binding patterns after a syntax error
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-05-10
LibJS: Make invalid RegExp flags a SyntaxError at parse time
Linus Groh
2021-05-10
LibJS: Rename RegExpLiteral m_content to m_pattern
Linus Groh
2021-04-25
LibJS: Stop rolling back parser state that is immediately replaced
Idan Horowitz
2021-04-23
AK: Rename adopt() to adopt_ref()
Andreas Kling
2021-04-22
Everywhere: Use linusg@serenityos.org for my copyright headers
Linus Groh
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-22
Only apply auto-naming of function expressions based on syntax
Andreas Kling
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