Luke Wilde
|
d66eb4e3ba
LibJS/Bytecode: Add Await and AsyncIteratorClose instructions
|
2 years ago |
Gabriel Dinner-David
|
d29bd55b48
LibJS: Implement import.meta for bytecode
|
2 years ago |
Aliaksandr Kalenik
|
3661d674ae
LibJS: Add optimized GetGlobal instruction to access global variables
|
2 years ago |
Timothy Flynn
|
23daf5097b
LibJS/Bytecode: Generate bytecode for deleting super properties
|
2 years ago |
Luke Wilde
|
b271d9a6bf
LibJS/Bytecode: Use proper `this` for receiver in get/set for super expr
|
2 years ago |
Aliaksandr Kalenik
|
ae3a7fd4b8
LibJS: Update bytecode generator to use local variables
|
2 years ago |
Andreas Kling
|
e87d84f883
LibJS/Bytecode: Support `in` binary operator for private fields
|
2 years ago |
Andreas Kling
|
c37b204ce1
LibJS/Bytecode: Add Call opcode for fixed-argument-count calls
|
2 years ago |
Andreas Kling
|
7eb87dec9f
LibJS/Bytecode: Rename Call and SuperCall to &WithArgumentArray
|
2 years ago |
Andreas Kling
|
8021048bc9
LibJS/Bytecode: Throw on destructuring object assignment to nullish LHS
|
2 years ago |
Andreas Kling
|
8a5e71256d
LibJS/Bytecode: Add codegen for ImportCall
|
2 years ago |
Andreas Kling
|
e5c7d8407b
LibJS/Bytecode: Support private class fields
|
2 years ago |
Andreas Kling
|
dbfe1311ef
LibJS/Bytecode: Simplify creating/leaving lexical environment
|
2 years ago |
Andreas Kling
|
ac246d764d
LibJS/Bytecode: Leave BlockDeclarationInstantiation in C++
|
2 years ago |
Andreas Kling
|
d364d99cb8
LibJS/Bytecode: Perform ToNumeric on accumulator before postfix inc/dec
|
2 years ago |
Luke Wilde
|
b15128c45b
LibJS/Bytecode: Implement initial support for super member expressions
|
2 years ago |
Hendiadyoin1
|
f5376cb282
LibJS: Generate unwind chains for break in Bytecode
|
2 years ago |
Luke Wilde
|
4db2efaecb
LibJS/Bytecode: Implement yield*
|
2 years ago |
Hendiadyoin1
|
133faa0acc
LibJS: Remove FinishUnwind instruction
|
2 years ago |
Linus Groh
|
57dc179b1f
Everywhere: Rename to_{string => deprecated_string}() where applicable
|
2 years ago |
Linus Groh
|
6e19ab2bbc
AK+Everywhere: Rename String to DeprecatedString
|
2 years ago |
Hendiadyoin1
|
fd6e75fd01
LibJS: Add a way to replace references to registers in Bytecode
|
2 years ago |
Hendiadyoin1
|
911506af9f
LibJS: Align Instructions as void* and roundup variably sized ones sizes
|
2 years ago |
Hendiadyoin1
|
ae52ae8f9f
LibJS: Add support for SpreadExpressions in array literals for bytecode
|
2 years ago |
Hendiadyoin1
|
21ae882cfd
LibJS: Implement SuperCall for the Bytecode-VM
|
2 years ago |
Luke Wilde
|
482a827346
LibJS/Bytecode: Make typeof return "undefined" on unresolvable IDs
|
3 years ago |
Luke Wilde
|
7cc53b7ef1
LibJS/Bytecode: Implement the delete unary expression
|
3 years ago |
Luke Wilde
|
eac5534ce4
LibJS/Bytecode: Add support for new.target
|
3 years ago |
Ali Mohammad Pur
|
8f7021faf7
LibJS: Implement bytecode generation for For-In/Of statements
|
3 years ago |
Ali Mohammad Pur
|
2000251333
LibJS: Implement bytecode generation for WithStatement
|
3 years ago |