Files
ladybird/Userland/Libraries/LibJS/AST.cpp
Andreas Kling 848944113c LibJS: Access function arguments directly in AST interpreter
Instead of doing a generic scoped variable lookup, function arguments
now go directly to the call frame arguments list.

This is a huge speedup on everything that uses arguments. :^)
2021-06-14 11:26:12 +02:00

73 KiB