Ali Mohammad Pur
|
bd9f28bba6
LibJS: Allow 'yield' as a variable name outside of generator functions
|
4 лет назад |
Ali Mohammad Pur
|
46ef333e9c
LibJS: Parse generator functions in class expressions too
|
4 лет назад |
Andreas Kling
|
beb43f673e
AK: Undo bogus Variant::downcast() rename
|
4 лет назад |
Andreas Kling
|
527c639c1f
LibJS: Fix spelling mistake in one of the syntax error descriptions
|
4 лет назад |
Andreas Kling
|
ee3a73ddbb
AK: Rename downcast<T> => verify_cast<T>
|
4 лет назад |
Anonymous
|
2822da8c8f
LibJS: Correct behaviour of direct vs. indirect eval
|
4 лет назад |
Andreas Kling
|
8a3c9d9851
LibJS: Remove direct argument loading since it was buggy
|
4 лет назад |
Andreas Kling
|
1d20380859
LibJS: Split the per-call-frame environment into lexical and variable
|
4 лет назад |
Andreas Kling
|
6c6dbcfc36
LibJS: Rename Environment Records so they match the spec :^)
|
4 лет назад |
Andreas Kling
|
4c8df58e08
LibJS: Rename Parser::m_parser_state => m_state
|
4 лет назад |
Matthew Olsson
|
ce04c2259f
LibJS: Restructure and fully implement BindingPatterns
|
4 лет назад |
Matthew Olsson
|
10372b8118
LibJS: Remove bad spread check in declaration parsing
|
4 лет назад |
Matthew Olsson
|
7f97e33778
LibJS: Disallow 'yield' identifier initializer in GeneratorFunctions
|
4 лет назад |
Idan Horowitz
|
70697a5999
LibJS: Throw a syntax error when an identifier is a reserved word
|
4 лет назад |
Ali Mohammad Pur
|
3194177dce
LibJS: Correctly parse yield-from expressions
|
4 лет назад |
Ali Mohammad Pur
|
d374295a26
LibJS: Parse generator functions in object literals
|
4 лет назад |
Andreas Kling
|
481cef59b6
LibJS: Track which Identifier nodes refer to function arguments
|
4 лет назад |
Andreas Kling
|
39ad705c13
LibJS: Use the new is_ascii_foo() helpers from AK
|
4 лет назад |
Gal Horowitz
|
0e10dec324
LibJS: Parse only AssignmentExpressions in ComputedPropertyNames
|
4 лет назад |
Ali Mohammad Pur
|
8b3f8879c1
LibJS: Use an enum class instead of 'bool is_generator'
|
4 лет назад |
Linus Groh
|
17da54d49c
LibJS: Fix two accidentally incorrect ScriptFunction constructions
|
4 лет назад |
Ali Mohammad Pur
|
3234697eca
LibJS: Implement generator functions (only in bytecode mode)
|
4 лет назад |
Ali Mohammad Pur
|
ea7ba34a31
AK+LibWasm+LibJS: Disallow Variant.has() on types that aren't contained
|
4 лет назад |
Ali Mohammad Pur
|
724b89f90c
LibJS: Make missing variable decls in for..in/of a syntax error
|
4 лет назад |
Ali Mohammad Pur
|
e10006b3fa
LibJS: Don't try to parse binding patterns after a syntax error
|
4 лет назад |
Ali Mohammad Pur
|
7a00d6d9c8
LibJS: Implement destructuring assignments and function parameters
|
4 лет назад |
Stephan Unverwerth
|
10ceeb092f
Everywhere: Use s.unverwerth@serenityos.org :^)
|
4 лет назад |
Linus Groh
|
60064e2049
LibJS: Make invalid RegExp flags a SyntaxError at parse time
|
4 лет назад |
Linus Groh
|
c93c2dc72c
LibJS: Rename RegExpLiteral m_content to m_pattern
|
4 лет назад |
Idan Horowitz
|
2b4c2301a9
LibJS: Stop rolling back parser state that is immediately replaced
|
4 лет назад |