Andreas Kling
|
d063f35afd
LibJS/Bytecode: Leave GlobalDeclarationInstantiation in C++
|
2 lat temu |
Andreas Kling
|
872d798951
LibJS/Bytecode: Leave FunctionDeclarationInstantantiation in C++
|
2 lat temu |
Luke Wilde
|
b15128c45b
LibJS/Bytecode: Implement initial support for super member expressions
|
2 lat temu |
Andreas Kling
|
81a62f4f59
LibJS/Bytecode: Fix bogus program termination after `try` with `catch`
|
2 lat temu |
Andreas Kling
|
0b49b93e98
LibJS/Bytecode: Variable declarators should always prefer lexical env
|
2 lat temu |
Ben Wiederhake
|
7f70676123
LibJS: Revert to original text in spec
|
2 lat temu |
Ben Wiederhake
|
36ff6187f6
Everywhere: Change spelling of 'behaviour' to 'behavior'
|
2 lat temu |
Andreas Kling
|
8a48246ed1
Everywhere: Stop using NonnullRefPtrVector
|
2 lat temu |
Luke Wilde
|
f4be95af69
LibJS: Don't discard ThrowCompletionOr<void> from declaration iteration
|
2 lat temu |
Hendiadyoin1
|
de514f29ad
LibJS: Align codegen AwaitExpressions to YieldExpressions
|
2 lat temu |
Hendiadyoin1
|
088dc1b24b
LibJS: Simplify `Generator::perform_needed_unwinds`
|
2 lat temu |
Hendiadyoin1
|
d65488b80c
LibJS: Generate unwind chains for continue in Bytecode
|
2 lat temu |
Hendiadyoin1
|
f5376cb282
LibJS: Generate unwind chains for break in Bytecode
|
2 lat temu |
Andreas Kling
|
bd5d8e9d35
LibJS: Make RefPtr and NonnullRefPtr usage const-correct
|
2 lat temu |
MacDue
|
63b11030f0
Everywhere: Use ReadonlySpan<T> instead of Span<T const>
|
2 lat temu |
Timothy Flynn
|
f3db548a3d
AK+Everywhere: Rename FlyString to DeprecatedFlyString
|
2 lat temu |
Ben Wiederhake
|
6fd478b6ce
Everywhere: Remove unused includes of AK/Format.h
|
2 lat temu |
Luke Wilde
|
4db2efaecb
LibJS/Bytecode: Implement yield*
|
2 lat temu |
Luke Wilde
|
758a4cb1a6
LibJS/Bytecode: Implement var/lexical binding destructuring in for/of
|
2 lat temu |
Andreas Kling
|
b894acd6b2
LibJS: Make one compact allocation for CallExpression and its Arguments
|
2 lat temu |
Hendiadyoin1
|
fcc3348bc8
LibJS: Intercept returns through finally blocks in Bytecode
|
2 lat temu |
Hendiadyoin1
|
133faa0acc
LibJS: Remove FinishUnwind instruction
|
2 lat temu |
Hendiadyoin1
|
fc332be2e5
LibJS: Leave unwind contexts on enter of finally blocks in Bytecode
|
2 lat temu |
Linus Groh
|
6e19ab2bbc
AK+Everywhere: Rename String to DeprecatedString
|
2 lat temu |
Luke Wilde
|
5bc3371226
LibJS: Perform received abrupt generator completions in the generator
|
2 lat temu |
Luke Wilde
|
b914680f0c
LibJS/Bytecode: Make `yield` by itself yield undefined
|
2 lat temu |
Andreas Kling
|
178f0b9971
LibJS: Support non-base-10 BigInt literals in bytecode VM
|
2 lat temu |
Andreas Kling
|
29935fe943
LibJS: Support `for (x in obj)` iteration in bytecode VM
|
2 lat temu |
Hendiadyoin1
|
490c097bc4
LibJS: Forward a string aproximation of the CallExpression to Call Ops
|
2 lat temu |
Hendiadyoin1
|
89408d5f64
LibJS: Handle argument spreading in the bytecode vm
|
2 lat temu |