Ali Mohammad Pur
|
72ddaa31e3
LibJS: Implement parsing and execution of optional chains
|
3 年 前 |
Idan Horowitz
|
6704961c82
AK: Replace the mutable String::replace API with an immutable version
|
3 年 前 |
Daniel Bertalan
|
d7b6cc6421
Everywhere: Prevent risky implicit casts of (Nonnull)RefPtr
|
3 年 前 |
davidot
|
def8b44c40
LibJS: Add support for public fields in classes
|
3 年 前 |
davidot
|
3b6a8d1d53
LibJS: Fix small issues in parser
|
3 年 前 |
davidot
|
c108c8ff24
LibJS: Disallow yield expression correctly in formal parameters
|
3 年 前 |
davidot
|
47bc72bcf6
LibJS: Correctly handle Unicode characters in JS source text
|
3 年 前 |
davidot
|
5f344f7ca3
LibJS: Check that 'let' is followed by declaration before matching it
|
3 年 前 |
davidot
|
179c48e1a4
LibJS: Add optional extra strict checks in parse_binding_pattern
|
3 年 前 |
davidot
|
b16c02d6b4
LibJS: Allow labelled functions in certain contexts
|
4 年 前 |
davidot
|
020bfc9d93
LibJS: Parse and partially execute import and export statements
|
3 年 前 |
davidot
|
7613c22b06
LibJS: Add a mode to parse JS as a module
|
3 年 前 |
davidot
|
5cc518f07a
LibJS: Handle strict mode for functions more correctly
|
4 年 前 |
davidot
|
4485df1405
LibJS: Be more strict about reserved and special identifiers
|
4 年 前 |
Linus Groh
|
99662975ed
LibJS: Partially revert e3fa32b
|
4 年 前 |
Alexander
|
e3fa32b2ad
LibJS: Optimize source_location_hint and add flag in print_errors
|
4 年 前 |
Ali Mohammad Pur
|
049e210cfa
LibJS: Rework Identifier parsing to match the spec more closely
|
4 年 前 |
Hendi
|
37c4fbb6ca
LibJS: Don't hoist functions under certain circumstances
|
4 年 前 |
Linus Groh
|
3faeabf1dc
Revert "LibJS: Don't hoist functions under certain circumstances"
|
4 年 前 |
Hendi
|
3411d50737
LibJS: Don't hoist functions under certain circumstances
|
4 年 前 |
Hendi
|
38fd980b0c
LibJS: Improve function hoisting across blocks
|
4 年 前 |
Anonymous
|
2822da8c8f
LibJS: Correct behaviour of direct vs. indirect eval
|
4 年 前 |
Andreas Kling
|
4c8df58e08
LibJS: Rename Parser::m_parser_state => m_state
|
4 年 前 |
Matthew Olsson
|
ce04c2259f
LibJS: Restructure and fully implement BindingPatterns
|
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 年 前 |
Ali Mohammad Pur
|
3234697eca
LibJS: Implement generator functions (only in bytecode mode)
|
4 年 前 |
Ali Mohammad Pur
|
7a00d6d9c8
LibJS: Implement destructuring assignments and function parameters
|
4 年 前 |
Stephan Unverwerth
|
10ceeb092f
Everywhere: Use s.unverwerth@serenityos.org :^)
|
4 年 前 |