1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 15:28:11 +00:00
serenity/Userland/Libraries/LibJS/Bytecode/Pass
Hendiadyoin1 7697e09660 LibJS: Don't mark blocks for unification multiple times
This would cause a UAF otherwise
2022-12-03 17:07:30 +03:30
..
DumpCFG.cpp LibJS: Remove unused header includes 2021-08-01 08:10:16 +02:00
GenerateCFG.cpp LibJS: Add JumpUndefined bytecode 2021-06-19 09:38:26 +02:00
MergeBlocks.cpp LibJS: Fix MergeBlocks emitting some blocks twice 2022-11-01 11:21:18 +01:00
PlaceBlocks.cpp LibJS: Avoid unnecessary copies in PlaceBlocks codegen pass 2022-01-01 15:40:39 +01:00
UnifySameBlocks.cpp LibJS: Don't mark blocks for unification multiple times 2022-12-03 17:07:30 +03:30