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
2023-01-23
LibJS: Add using declaration support in for and for of loops
davidot
2023-01-23
LibJS: Add using declaration support, RAII like operation in js
davidot
2023-01-09
AK+Everywhere: Rename FlyString to DeprecatedFlyString
Timothy Flynn
2022-12-06
Everywhere: Rename to_{string => deprecated_string}() where applicable
Linus Groh
2022-12-06
AK+Everywhere: Rename String to DeprecatedString
Linus Groh
2022-11-27
LibJS: Remove m_first_invalid_property_range from ObjectExpression
davidot
2022-11-23
LibJS: Make FunctionNode::Parameter be a standalone FunctionParameter
Andreas Kling
2022-11-23
LibJS: Make Parser::Error a standalone ParserError class
Andreas Kling
2022-11-22
LibJS: Reduce AST memory usage by shrink-wrapping source range info
Andreas Kling
2022-10-24
AK+Everywhere: Turn bool keep_empty to an enum in split* functions
demostanis
2022-09-02
LibJS: Allow anonymous functions as default exports
davidot
2022-08-23
LibJS: Replace GlobalObject with VM in remaining AOs [Part 19/19]
Linus Groh
2022-08-17
LibJS: Allow invalid string in tagged template literals
davidot
2022-07-12
Everywhere: Add sv suffix to strings relying on StringView(char const*)
sin-ack
2022-07-06
LibJS: Properly compute the line for source location hints
DexesTTP
2022-07-06
AK: Use an enum instead of a bool for String::replace(all_occurences)
DexesTTP
2022-04-11
LibJS: Add missing steps and spec comments to PerformEval
Luke Wilde
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-02-16
LibJS: Fix mixing of logical and coalescing operators
Anonymous
2022-02-15
LibJS: Fix cases where we incorrectly allowed 'in' in for loops
Anonymous
2022-02-13
LibJS: Make more use of Token::flystring_value()
Andreas Kling
2022-02-09
LibJS: Replace uses of MarkedValueList with MarkedVector<Value>
Linus Groh
2022-01-22
LibJS: Make parsing import and export entries follow the spec
davidot
2022-01-19
LibJS: Capture source text of FunctionNode and ClassExpression
Linus Groh
2022-01-16
LibJS: Implement create_dynamic_function() according to the spec
Linus Groh
2022-01-06
LibJS: Replace the custom unwind mechanism with completions :^)
Linus Groh
2021-12-21
LibJS: Parse assert clauses of in- and export statements
davidot
2021-11-30
LibJS: Split parsing program to script and module separately
davidot
2021-11-30
LibJS: Rename in_async_function_context to await_expression_is_valid
davidot
2021-11-30
LibJS: Parse dynamic import calls 'import()' and 'import.meta'
davidot
2021-11-29
LibJS: Implement parsing and executing for-await-of loops
davidot
2021-11-21
LibJS: Parse async arrow functions
davidot
2021-11-11
Everywhere: Pass AK::StringView by value
Andreas Kling
2021-11-10
LibJS: Add support for await expressions
Idan Horowitz
2021-11-10
LibJS: Add support for async functions
Idan Horowitz
2021-10-20
LibJS: Add parsing and evaluation of private fields and methods
davidot
2021-10-15
LibJS: Do not save state for peeking at the next token from the lexer
davidot
2021-10-08
LibJS: Propagate "contains direct call to eval()" flag from parser
Andreas Kling
2021-10-08
LibJS: Add missing initializer for ParserState::m_current_scope_pusher
Andreas Kling
2021-10-05
LibJS: Add an optimization to avoid needless arguments object creation
Linus Groh
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: Handle escaped keywords in more cases and handle 'await' labels
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-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
[next]