ladybird/Userland/Libraries/LibJS/Bytecode
Gunnar Beutner ef83872f62 LibJS: Make JumpIf{True,False,Nullish} inherit from Jump
This saves a few lines in LogicalExpression::generate_bytecode.
2021-06-08 11:38:48 +02:00
..
ASTCodegen.cpp LibJS: Make JumpIf{True,False,Nullish} inherit from Jump 2021-06-08 11:38:48 +02:00
Block.cpp LibJS: Add placeholder bytecode block sealing mechanism 2021-06-07 18:11:59 +02:00
Block.h LibJS: Remove unused Bytecode::Block::m_buffer_end 2021-06-07 18:30:39 +02:00
Generator.cpp LibJS: Add placeholder bytecode block sealing mechanism 2021-06-07 18:11:59 +02:00
Generator.h LibJS: Devirtualize and pack the bytecode stream :^) 2021-06-07 18:11:59 +02:00
Instruction.cpp LibJS: Devirtualize and pack the bytecode stream :^) 2021-06-07 18:11:59 +02:00
Instruction.h LibJS: Implement bytecode ops for logical expressions 2021-06-08 10:42:45 +02:00
Interpreter.cpp LibJS: Move bytecode debug spam behind JS_BYTECODE_DEBUG :^) 2021-06-07 18:11:59 +02:00
Interpreter.h LibJS: Compile ScriptFunctions into bytecode and run them that way :^) 2021-06-07 18:11:59 +02:00
Label.h LibJS: Devirtualize and pack the bytecode stream :^) 2021-06-07 18:11:59 +02:00
Op.cpp LibJS: Implement bytecode ops for logical expressions 2021-06-08 10:42:45 +02:00
Op.h LibJS: Make JumpIf{True,False,Nullish} inherit from Jump 2021-06-08 11:38:48 +02:00
Register.h LibJS: Print bytecode registers with format "$num" instead of "rnum" 2021-06-07 18:11:59 +02:00