Files
ladybird/Userland/Libraries/LibJS/Bytecode/Op.cpp
Andreas Kling 91fbeeab72 LibJS: Add LoadArgument bytecode instruction for fast argument access
This is generated for Identifier nodes that represent a function
argument variable. It loads a given argument index from the current
call frame into the accumulator.
2021-06-14 11:26:12 +02:00

17 KiB