Hendiadyoin1
|
911506af9f
LibJS: Align Instructions as void* and roundup variably sized ones sizes
|
2 rokov pred |
Luke Wilde
|
3a48c7fdaf
LibJS/Bytecode: Check for lexical bindings only in current scope
|
3 rokov pred |
Luke Wilde
|
c0fadfb9b7
LibJS/Bytecode: Implement break/continue labels
|
3 rokov pred |
Luke Wilde
|
7cc53b7ef1
LibJS/Bytecode: Implement the delete unary expression
|
3 rokov pred |
Lenny Maiorani
|
d00b79568f
Libraries: Use default constructors/destructors in LibJS
|
3 rokov pred |
Luke Wilde
|
9f4cc6435d
LibJS/Bytecode: Unwind to closest unwind boundary on Throw
|
3 rokov pred |
Luke Wilde
|
858bcac4c7
LibJS/Bytecode: Unwind environments before block terminating instruction
|
3 rokov pred |
Ali Mohammad Pur
|
ba9c4959d6
LibJS: Leave the unwind context on break/continue/return in bytecode
|
3 rokov pred |
Ali Mohammad Pur
|
1bbfaf8627
LibJS: More properly implement scoping rules in bytecode codegen
|
3 rokov pred |
Ali Mohammad Pur
|
75aa900b83
LibJS: Make ASTNode::generate_bytecode() fallible
|
3 rokov pred |
Andreas Kling
|
7a742b17da
LibJS: Store ECMAScriptFunctionObject bytecode in an OwnPtr
|
3 rokov pred |
Linus Groh
|
0c73fbbba5
LibJS: Rename FunctionKind::{Regular => Normal}
|
3 rokov pred |
Ali Mohammad Pur
|
3b0bf05fa5
LibJS: Implement async functions as generator functions in BC mode
|
3 rokov pred |
Andreas Kling
|
1dc60b028f
LibJS: Add BytecodeGenerator helpers for reference get/put
|
3 rokov pred |
Andreas Kling
|
da98212001
LibJS: Add a separate "identifier table" to bytecode executables
|
3 rokov pred |
Andreas Kling
|
13f04e37e5
LibJS: Use String and move semantics in Bytecode::StringTable
|
3 rokov pred |
Andreas Kling
|
da77e2aa4f
LibJS: Add Bytecode::Executable::dump()
|
3 rokov pred |
Ali Mohammad Pur
|
3234697eca
LibJS: Implement generator functions (only in bytecode mode)
|
4 rokov pred |
Ali Mohammad Pur
|
4cfdfb6a88
LibJS: Automatically split linear bytecode into multiple blocks
|
4 rokov pred |
Andreas Kling
|
22c803d8e5
LibJS: Always keep the global object in bytecode VM register $1
|
4 rokov pred |
Gunnar Beutner
|
67cc31a74f
LibJS: Implement bytecode generation for try..catch..finally
|
4 rokov pred |
xyanrch
|
a0412e0d5e
LibJS: Implement bytecode generation for BreakStatement
|
4 rokov pred |
Gunnar Beutner
|
6a0d1fa259
LibJS: Store strings in a string table
|
4 rokov pred |
Andreas Kling
|
b61f198d22
LibJS: Rename Bytecode::ExecutionUnit => Bytecode::Executable
|
4 rokov pred |
Ali Mohammad Pur
|
01e8f0889a
LibJS: Generate bytecode in basic blocks instead of one big block
|
4 rokov pred |
Andreas Kling
|
b8a5ea1f8d
Revert "LibJS: Add bytecode instruction handles"
|
4 rokov pred |
Matthew Olsson
|
a01bd35c67
LibJS: Add bytecode instruction handles
|
4 rokov pred |
Andreas Kling
|
e7d69c5d3c
LibJS: Devirtualize and pack the bytecode stream :^)
|
4 rokov pred |
Andreas Kling
|
4bdfe73895
LibJS: Add basic support for "continue" in the bytecode VM
|
4 rokov pred |
Andreas Kling
|
6ae9346cd3
LibJS: Add basic support for while loops in the bytecode engine
|
4 rokov pred |