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 |
Ali Mohammad Pur
|
1bbfaf8627
LibJS: More properly implement scoping rules in bytecode codegen
|
3 years ago |
davidot
|
8108fc7f9c
LibJS: Convert Instruction::execute in bytecode to ThrowCompletionOr
|
3 years ago |
Ali Mohammad Pur
|
b96118b5d1
LibJS: Fix codegen for nodes after try statements without 'finally'
|
3 years ago |
Andreas Kling
|
d203a86900
LibJS: Always inline the bytecode instruction iterator's operator++
|
3 years ago |
Andreas Kling
|
3117182c2e
LibJS: Implement 'this' in the bytecode VM
|
3 years ago |
Andreas Kling
|
7c7bc4f44a
LibJS: Alphabetize the bytecode opcode list
|
3 years ago |
Linus Groh
|
32932f83be
LibJS: Rename {Abstract,Typed => Loosely,Strictly}{Equals,Inequals}
|
3 years ago |
Johan Dahlin
|
f6028c2534
LibJS: NewClass bytecode instruction
|
4 years ago |
Andreas Kling
|
44221756ab
LibJS: Drop "Record" suffix from all the *Environment record classes
|
4 years ago |
Andreas Kling
|
8a3c9d9851
LibJS: Remove direct argument loading since it was buggy
|
4 years ago |
Andreas Kling
|
6c6dbcfc36
LibJS: Rename Environment Records so they match the spec :^)
|
4 years ago |
Matthew Olsson
|
df65ff8a1e
LibJS: Add bytecode support for regexp literals
|
4 years ago |
Matthew Olsson
|
25baefdd1e
LibJS: Support object rest elements in the bytecode interpreter
|
4 years ago |
Matthew Olsson
|
57b9a228ab
LibJS: Support array rest elements in the bytecode interpreter
|
4 years ago |
Matthew Olsson
|
7983324639
LibJS: Implement array destructuring for the bytecode interpreter
|
4 years ago |
Matthew Olsson
|
f39ab2e60a
LibJS: Add JumpUndefined bytecode
|
4 years ago |
Ali Mohammad Pur
|
1414c7b049
LibJS: Add a basic pass manager and add some basic passes
|
4 years ago |
Andreas Kling
|
91fbeeab72
LibJS: Add LoadArgument bytecode instruction for fast argument access
|
4 years ago |
Andreas Kling
|
9ee5029bc5
LibJS: Basic bytecode support for computed member expressions
|
4 years ago |
Ali Mohammad Pur
|
3234697eca
LibJS: Implement generator functions (only in bytecode mode)
|
4 years ago |
Andreas Kling
|
c3c68399b5
LibJS: Generate bytecode for entering nested lexical environments
|
4 years ago |
Andreas Kling
|
b3e6a6c1cd
LibJS: Perform function instantiation in bytecode
|
4 years ago |