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-09-14
LibJS: Implement parsing and execution of optional chains
Ali Mohammad Pur
2021-09-11
AK: Replace the mutable String::replace API with an immutable version
Idan Horowitz
2021-09-03
Everywhere: Prevent risky implicit casts of (Nonnull)RefPtr
Daniel Bertalan
2021-09-01
LibJS: Add support for public fields in classes
davidot
2021-09-01
LibJS: Fix small issues in parser
davidot
2021-08-24
LibJS: Disallow yield expression correctly in formal parameters
davidot
2021-08-16
LibJS: Correctly handle Unicode characters in JS source text
davidot
2021-08-16
LibJS: Check that 'let' is followed by declaration before matching it
davidot
2021-08-16
LibJS: Add optional extra strict checks in parse_binding_pattern
davidot
2021-08-16
LibJS: Allow labelled functions in certain contexts
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-20
LibJS: Handle strict mode for functions more correctly
davidot
2021-07-20
LibJS: Be more strict about reserved and special identifiers
davidot
2021-07-20
LibJS: Partially revert e3fa32b
Linus Groh
2021-07-20
LibJS: Optimize source_location_hint and add flag in print_errors
Alexander
2021-07-11
LibJS: Rework Identifier parsing to match the spec more closely
Ali Mohammad Pur
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