Files
ladybird/Userland/Libraries/LibJS/Bytecode
Andreas Kling 810a297626 LibJS/Bytecode: Remove Instruction::execute()
Just make sure everyone calls the instruction-specific execute_impl()
instead. :^)
2024-05-10 15:03:24 +00:00
..