1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 14:38:11 +00:00
serenity/Userland/Libraries/LibJS/JIT
Idan Horowitz aaa81cd3b9 Revert "LibJS/JIT: Clear exception before executing finalizer"
This reverts commit 0daebef727.

Finally blocks do not unconditionally swallow pending exceptions.
This resolves #21759 and fixes the 2 remaining failing test-js tests.
2023-11-03 20:27:45 +01:00
..
Compiler.cpp Revert "LibJS/JIT: Clear exception before executing finalizer" 2023-11-03 20:27:45 +01:00
Compiler.h LibJS+LibJIT: Add fast path for Int32 * Int32 2023-11-03 10:48:02 +01:00
NativeExecutable.cpp LibJS/JIT: Support alternative entry point blocks 2023-11-03 07:31:11 +01:00
NativeExecutable.h LibJS/JIT: Support alternative entry point blocks 2023-11-03 07:31:11 +01:00