ladybird/Userland/Libraries/LibJS/Bytecode
2021-06-07 19:40:27 +02:00
..
ASTCodegen.cpp LibJS: Add bytecode instructions for modulo and exponentiation 2021-06-07 19:40:27 +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: Add bytecode instructions for modulo and exponentiation 2021-06-07 19:40:27 +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: Add bytecode instructions for modulo and exponentiation 2021-06-07 19:40:27 +02:00
Op.h LibJS: Add bytecode instructions for modulo and exponentiation 2021-06-07 19:40:27 +02:00
Register.h LibJS: Print bytecode registers with format "$num" instead of "rnum" 2021-06-07 18:11:59 +02:00