Dan Klishch
|
78491204d9
LibJS: Don't use null DFS for break/continue statements without a label
|
пре 1 година |
Ali Mohammad Pur
|
5e1499d104
Everywhere: Rename {Deprecated => Byte}String
|
пре 1 година |
Andreas Kling
|
07f567cd9f
LibJS+LibWeb: Another round of bringing module loading closer to spec
|
пре 1 година |
Andreas Kling
|
ffe304e88b
LibJS: Don't create `arguments` object due to `o.arguments` access
|
пре 1 година |
Tim Ledbetter
|
b5875700e2
LibJS: Don't hang when parsing invalid destructuring assignment target
|
пре 1 година |
Aliaksandr Kalenik
|
c170dd323e
LibJS: Make eval() prevent GetGlobal usage less aggressively
|
пре 1 година |
Simon Wanner
|
a3f34263fd
LibJS: Allow division after `this` token
|
пре 1 година |
Shannon Booth
|
2d8b2328fd
LibJS: Syntax error for a unary expression followed by exponentiation
|
пре 1 година |
Luke Wilde
|
3ceedbd16a
LibJS: Allow assignment expression in spreading property definition
|
пре 1 година |
Sam Kravitz
|
073eb46824
LibJS: Apply the correct precedence for unary + and - operators
|
пре 1 година |
Andreas Kling
|
9054b1bc14
LibJS: Always taint parsing environment on call to eval()
|
пре 1 година |
Aliaksandr Kalenik
|
fb94415f03
LibJS: Delete Declaration::for_each_var_declared_name
|
пре 1 година |
Aliaksandr Kalenik
|
0fa47405df
LibJS: Delete Declaration::for_each_lexically_declared_name
|
пре 1 година |
Aliaksandr Kalenik
|
348e43b36d
LibJS: Replace for_each_bound_name with for_each_bound_identifier
|
пре 1 година |
Aliaksandr Kalenik
|
7af7e90e3f
LibJS: Speed up has declaration check in ScopePusher
|
пре 2 година |
Aliaksandr Kalenik
|
b0a533dbc0
LibJS: Identify global variables during parsing
|
пре 2 година |
Aliaksandr Kalenik
|
8b6450842e
LibJS: Use local variables for function declarations when possible
|
пре 2 година |
Aliaksandr Kalenik
|
c4656a70c1
LibJS: Allow usage of locals if function parameters have default values
|
пре 2 година |
Aliaksandr Kalenik
|
2f85faef0f
LibJS: Fix scope detection for ids in default function params
|
пре 2 година |
Aliaksandr Kalenik
|
b1af91d8c4
LibJS: Use local variables to store function parameters in some cases
|
пре 2 година |
Aliaksandr Kalenik
|
2e81cc4cf7
LibJS: Use Identifier to represent FunctionParameter name
|
пре 2 година |
Aliaksandr Kalenik
|
01910bca39
LibJS: Null check current scope pusher before register_identifier call
|
пре 2 година |
Aliaksandr Kalenik
|
380abddf3c
LibJS: Update parser to detect if identifier refer a "local" variable
|
пре 2 година |
Aliaksandr Kalenik
|
c734f2b5e6
LibJS: Use Identifier to represent name of ClassExpression
|
пре 2 година |
Aliaksandr Kalenik
|
75ae368896
LibJS: Propagate "contains await" flag to parent scope in ScopePusher
|
пре 2 година |
Malik Ammar Faisal
|
5c913d9cc4
LibJS: Correctly handle parentheses and new Object
|
пре 2 година |
Simon Wanner
|
a2efecac03
LibJS: Parse slashes after reserved identifiers correctly
|
пре 2 година |
Linus Groh
|
3709d11212
LibJS: Parse secondary expressions with the original forbidden token set
|
пре 2 година |
Andreas Kling
|
8a48246ed1
Everywhere: Stop using NonnullRefPtrVector
|
пре 2 година |
Luke Wilde
|
f4be95af69
LibJS: Don't discard ThrowCompletionOr<void> from declaration iteration
|
пре 2 година |