Hendi
|
37c4fbb6ca
LibJS: Don't hoist functions under certain circumstances
|
4 years ago |
Linus Groh
|
3faeabf1dc
Revert "LibJS: Don't hoist functions under certain circumstances"
|
4 years ago |
Hendi
|
3411d50737
LibJS: Don't hoist functions under certain circumstances
|
4 years ago |
Hendi
|
38fd980b0c
LibJS: Improve function hoisting across blocks
|
4 years ago |
Anonymous
|
2822da8c8f
LibJS: Correct behaviour of direct vs. indirect eval
|
4 years ago |
Andreas Kling
|
4c8df58e08
LibJS: Rename Parser::m_parser_state => m_state
|
4 years ago |
Matthew Olsson
|
ce04c2259f
LibJS: Restructure and fully implement BindingPatterns
|
4 years ago |
Ali Mohammad Pur
|
3194177dce
LibJS: Correctly parse yield-from expressions
|
4 years ago |
Ali Mohammad Pur
|
d374295a26
LibJS: Parse generator functions in object literals
|
4 years ago |
Andreas Kling
|
481cef59b6
LibJS: Track which Identifier nodes refer to function arguments
|
4 years ago |
Ali Mohammad Pur
|
3234697eca
LibJS: Implement generator functions (only in bytecode mode)
|
4 years ago |
Ali Mohammad Pur
|
7a00d6d9c8
LibJS: Implement destructuring assignments and function parameters
|
4 years ago |
Stephan Unverwerth
|
10ceeb092f
Everywhere: Use s.unverwerth@serenityos.org :^)
|
4 years ago |
Brian Gianforcaro
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
4 years ago |
Stephan Unverwerth
|
8c80eb8870
LibJS: Memoize failed calls of try_parse_arrow_function_expression()
|
4 years ago |
Jean-Baptiste Boric
|
0039ecb189
LibJS: Keep track of file names, lines and columns inside the AST
|
4 years ago |
Linus Groh
|
7dd233b2b6
LibJS: Use const references to avoid some copies in the parser
|
4 years ago |
Andreas Kling
|
5d180d1f99
Everywhere: Rename ASSERT => VERIFY
|
4 years ago |
Andreas Kling
|
13d7c09125
Libraries: Move to Userland/Libraries/
|
4 years ago |