Hendiadyoin1
|
fcc3348bc8
LibJS: Intercept returns through finally blocks in Bytecode
|
2 vuotta sitten |
Hendiadyoin1
|
133faa0acc
LibJS: Remove FinishUnwind instruction
|
2 vuotta sitten |
Hendiadyoin1
|
fc332be2e5
LibJS: Leave unwind contexts on enter of finally blocks in Bytecode
|
2 vuotta sitten |
Linus Groh
|
6e19ab2bbc
AK+Everywhere: Rename String to DeprecatedString
|
2 vuotta sitten |
Luke Wilde
|
5bc3371226
LibJS: Perform received abrupt generator completions in the generator
|
2 vuotta sitten |
Luke Wilde
|
b914680f0c
LibJS/Bytecode: Make `yield` by itself yield undefined
|
2 vuotta sitten |
Andreas Kling
|
178f0b9971
LibJS: Support non-base-10 BigInt literals in bytecode VM
|
2 vuotta sitten |
Andreas Kling
|
29935fe943
LibJS: Support `for (x in obj)` iteration in bytecode VM
|
2 vuotta sitten |
Hendiadyoin1
|
490c097bc4
LibJS: Forward a string aproximation of the CallExpression to Call Ops
|
2 vuotta sitten |
Hendiadyoin1
|
89408d5f64
LibJS: Handle argument spreading in the bytecode vm
|
2 vuotta sitten |
Hendiadyoin1
|
ae52ae8f9f
LibJS: Add support for SpreadExpressions in array literals for bytecode
|
2 vuotta sitten |
Hendiadyoin1
|
4235b2020f
LibJS: Switch to array-calls in the bytecode vm
|
2 vuotta sitten |
Hendiadyoin1
|
ab763a56f6
LibJS: Allow SpreadExpressions to generate bytecode
|
2 vuotta sitten |
Hendiadyoin1
|
21ae882cfd
LibJS: Implement SuperCall for the Bytecode-VM
|
2 vuotta sitten |
Luke Wilde
|
fe2efbb2fc
LibJS/Bytecode: Implement initializers for array binding patterns
|
3 vuotta sitten |
Luke Wilde
|
0151dc562a
LibJS/Bytecode: Implement destructuring assignment
|
3 vuotta sitten |
Luke Wilde
|
f99f5d740e
LibJS/Bytecode: Evaluate LHS of assignment before RHS
|
3 vuotta sitten |
Luke Wilde
|
896c477107
LibJS/Bytecode: Don't begin breakable scope before variable scope in for
|
3 vuotta sitten |
Luke Wilde
|
3a48c7fdaf
LibJS/Bytecode: Check for lexical bindings only in current scope
|
3 vuotta sitten |
Luke Wilde
|
c55a4c7f30
LibJS/Bytecode: Create global variables before setting them
|
3 vuotta sitten |
Luke Wilde
|
c153d1779e
LibJS/Bytecode: End the for variable scope at the start of its end block
|
3 vuotta sitten |
Luke Wilde
|
bc08d39754
LibJS/Bytecode: Make for, do/while and while always switch to end block
|
3 vuotta sitten |
Luke Wilde
|
125a71d36d
LibJS/Bytecode: Define named functions as a variable inside their scope
|
3 vuotta sitten |
Luke Wilde
|
77f88d00e0
LibJS/Bytecode: Make `return;` return undefined
|
3 vuotta sitten |
Luke Wilde
|
482a827346
LibJS/Bytecode: Make typeof return "undefined" on unresolvable IDs
|
3 vuotta sitten |
Luke Wilde
|
c0fadfb9b7
LibJS/Bytecode: Implement break/continue labels
|
3 vuotta sitten |
Linus Groh
|
9f3f3b0864
LibJS: Remove implicit wrapping/unwrapping of completion records
|
3 vuotta sitten |
Ali Mohammad Pur
|
4b5a9bab34
LibJS: Actually generate a lexical env for SwitchStatement in BC
|
3 vuotta sitten |
Ali Mohammad Pur
|
0e1943937c
LibJS: Use InitializeOrSet to initialize function declarations in BC
|
3 vuotta sitten |
Idan Horowitz
|
086969277e
Everywhere: Run clang-format
|
3 vuotta sitten |