serenity/Userland/Libraries/LibJS/Bytecode/Pass
Andreas Kling 1bd52ce789 LibJS: Stop qualifying AK::Function
Now that JS function objects are JS::FunctionObject, we can stop
qualifying AK::Function and just say "Function" everywhere. Nice. :^)
2021-06-27 22:40:49 +02:00
..
DumpCFG.cpp
GenerateCFG.cpp
MergeBlocks.cpp
PlaceBlocks.cpp LibJS: Stop qualifying AK::Function 2021-06-27 22:40:49 +02:00
UnifySameBlocks.cpp