Andreas Kling
|
d364d99cb8
LibJS/Bytecode: Perform ToNumeric on accumulator before postfix inc/dec
|
2 years ago |
Andreas Kling
|
c9bd324369
LibJS/Bytecode: Set "home object" of functions within object expression
|
2 years ago |
Andreas Kling
|
6f39882f11
LibJS/Bytecode: Fix multiple wrong jumps in ForStatement codegen
|
2 years ago |
Andreas Kling
|
0772a23c65
LibJS/Bytecode: Add "raw" property correctly for tagged template literal
|
2 years ago |
Andreas Kling
|
2ac8a4bbb7
LibJS/Bytecode: Add support for direct eval()
|
2 years ago |
Andreas Kling
|
8a3e350321
LibJS/Bytecode: Don't choke on MemberExpression with PrivateIdentifier
|
2 years ago |
Andreas Kling
|
d063f35afd
LibJS/Bytecode: Leave GlobalDeclarationInstantiation in C++
|
2 years ago |
Andreas Kling
|
872d798951
LibJS/Bytecode: Leave FunctionDeclarationInstantantiation in C++
|
2 years ago |
Luke Wilde
|
b15128c45b
LibJS/Bytecode: Implement initial support for super member expressions
|
2 years ago |
Andreas Kling
|
81a62f4f59
LibJS/Bytecode: Fix bogus program termination after `try` with `catch`
|
2 years ago |
Andreas Kling
|
0b49b93e98
LibJS/Bytecode: Variable declarators should always prefer lexical env
|
2 years ago |
Ben Wiederhake
|
7f70676123
LibJS: Revert to original text in spec
|
2 years ago |
Ben Wiederhake
|
36ff6187f6
Everywhere: Change spelling of 'behaviour' to 'behavior'
|
2 years ago |
Andreas Kling
|
8a48246ed1
Everywhere: Stop using NonnullRefPtrVector
|
2 years ago |
Luke Wilde
|
f4be95af69
LibJS: Don't discard ThrowCompletionOr<void> from declaration iteration
|
2 years ago |
Hendiadyoin1
|
de514f29ad
LibJS: Align codegen AwaitExpressions to YieldExpressions
|
2 years ago |
Hendiadyoin1
|
088dc1b24b
LibJS: Simplify `Generator::perform_needed_unwinds`
|
2 years ago |
Hendiadyoin1
|
d65488b80c
LibJS: Generate unwind chains for continue in Bytecode
|
2 years ago |
Hendiadyoin1
|
f5376cb282
LibJS: Generate unwind chains for break in Bytecode
|
2 years ago |
Andreas Kling
|
bd5d8e9d35
LibJS: Make RefPtr and NonnullRefPtr usage const-correct
|
2 years ago |
MacDue
|
63b11030f0
Everywhere: Use ReadonlySpan<T> instead of Span<T const>
|
2 years ago |
Timothy Flynn
|
f3db548a3d
AK+Everywhere: Rename FlyString to DeprecatedFlyString
|
2 years ago |
Ben Wiederhake
|
6fd478b6ce
Everywhere: Remove unused includes of AK/Format.h
|
2 years ago |
Luke Wilde
|
4db2efaecb
LibJS/Bytecode: Implement yield*
|
2 years ago |
Luke Wilde
|
758a4cb1a6
LibJS/Bytecode: Implement var/lexical binding destructuring in for/of
|
2 years ago |
Andreas Kling
|
b894acd6b2
LibJS: Make one compact allocation for CallExpression and its Arguments
|
2 years ago |
Hendiadyoin1
|
fcc3348bc8
LibJS: Intercept returns through finally blocks in Bytecode
|
2 years ago |
Hendiadyoin1
|
133faa0acc
LibJS: Remove FinishUnwind instruction
|
2 years ago |
Hendiadyoin1
|
fc332be2e5
LibJS: Leave unwind contexts on enter of finally blocks in Bytecode
|
2 years ago |
Linus Groh
|
6e19ab2bbc
AK+Everywhere: Rename String to DeprecatedString
|
2 years ago |