Idan Horowitz
|
70697a5999
LibJS: Throw a syntax error when an identifier is a reserved word
|
il y a 4 ans |
Ali Mohammad Pur
|
3194177dce
LibJS: Correctly parse yield-from expressions
|
il y a 4 ans |
Ali Mohammad Pur
|
d374295a26
LibJS: Parse generator functions in object literals
|
il y a 4 ans |
Andreas Kling
|
481cef59b6
LibJS: Track which Identifier nodes refer to function arguments
|
il y a 4 ans |
Andreas Kling
|
39ad705c13
LibJS: Use the new is_ascii_foo() helpers from AK
|
il y a 4 ans |
Gal Horowitz
|
0e10dec324
LibJS: Parse only AssignmentExpressions in ComputedPropertyNames
|
il y a 4 ans |
Ali Mohammad Pur
|
8b3f8879c1
LibJS: Use an enum class instead of 'bool is_generator'
|
il y a 4 ans |
Linus Groh
|
17da54d49c
LibJS: Fix two accidentally incorrect ScriptFunction constructions
|
il y a 4 ans |
Ali Mohammad Pur
|
3234697eca
LibJS: Implement generator functions (only in bytecode mode)
|
il y a 4 ans |
Ali Mohammad Pur
|
ea7ba34a31
AK+LibWasm+LibJS: Disallow Variant.has() on types that aren't contained
|
il y a 4 ans |
Ali Mohammad Pur
|
724b89f90c
LibJS: Make missing variable decls in for..in/of a syntax error
|
il y a 4 ans |
Ali Mohammad Pur
|
e10006b3fa
LibJS: Don't try to parse binding patterns after a syntax error
|
il y a 4 ans |
Ali Mohammad Pur
|
7a00d6d9c8
LibJS: Implement destructuring assignments and function parameters
|
il y a 4 ans |
Stephan Unverwerth
|
10ceeb092f
Everywhere: Use s.unverwerth@serenityos.org :^)
|
il y a 4 ans |
Linus Groh
|
60064e2049
LibJS: Make invalid RegExp flags a SyntaxError at parse time
|
il y a 4 ans |
Linus Groh
|
c93c2dc72c
LibJS: Rename RegExpLiteral m_content to m_pattern
|
il y a 4 ans |
Idan Horowitz
|
2b4c2301a9
LibJS: Stop rolling back parser state that is immediately replaced
|
il y a 4 ans |
Andreas Kling
|
b91c49364d
AK: Rename adopt() to adopt_ref()
|
il y a 4 ans |
Linus Groh
|
ebdeed087c
Everywhere: Use linusg@serenityos.org for my copyright headers
|
il y a 4 ans |
Brian Gianforcaro
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
il y a 4 ans |
Stephan Unverwerth
|
8c80eb8870
LibJS: Memoize failed calls of try_parse_arrow_function_expression()
|
il y a 4 ans |
Andreas Kling
|
0255c8d976
Only apply auto-naming of function expressions based on syntax
|
il y a 4 ans |
Jean-Baptiste Boric
|
0039ecb189
LibJS: Keep track of file names, lines and columns inside the AST
|
il y a 4 ans |
Linus Groh
|
7dd233b2b6
LibJS: Use const references to avoid some copies in the parser
|
il y a 4 ans |
Andreas Kling
|
5d180d1f99
Everywhere: Rename ASSERT => VERIFY
|
il y a 4 ans |
Andreas Kling
|
13d7c09125
Libraries: Move to Userland/Libraries/
|
il y a 4 ans |