Files
ladybird/Libraries/LibJS/Bytecode/Interpreter.cpp
Andreas Kling 996ea109b3 LibJS: Allocate context up front when calling with argument array
This necessitated splitting CallWithArgumentArray into three variants,
one for each call type (call, construct and direct eval).
2025-08-31 15:24:37 +02:00

182 KiB