ladybird/Userland/Libraries/LibJS/Bytecode/Pass
Andreas Kling 7eb87dec9f LibJS/Bytecode: Rename Call and SuperCall to &WithArgumentArray
Forcing every function call to allocate a new Array just to accommodate
spread parameters is not very nice, so let's start moving towards making
this a special case rather than the general (and only) case.
2023-07-02 18:30:02 +02:00
..
DumpCFG.cpp LibJS: Remove unused header includes 2021-08-01 08:10:16 +02:00
GenerateCFG.cpp LibJS: Fix mix-up between assignment and comparison 2023-05-02 07:03:57 -04:00
LoadElimination.cpp LibJS/Bytecode: Rename Call and SuperCall to &WithArgumentArray 2023-07-02 18:30:02 +02:00
MergeBlocks.cpp Everywhere: Stop using NonnullOwnPtrVector 2023-03-06 23:46:35 +01:00
PlaceBlocks.cpp Everywhere: Stop using NonnullOwnPtrVector 2023-03-06 23:46:35 +01:00
UnifySameBlocks.cpp Everywhere: Stop using NonnullOwnPtrVector 2023-03-06 23:46:35 +01:00