1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 23:48:11 +00:00
serenity/Userland/DevTools
davidot 1c4c251be3 LibJS+Everywhere: Remove all VM::clear_exception() calls
Since VM::exception() no longer exists this is now useless. All of these
calls to clear_exception were just to clear the VM state after some
(potentially) failed evaluation and did not use the exception itself.
2022-02-08 09:12:42 +00:00
..
HackStudio LibJS+Everywhere: Remove all VM::clear_exception() calls 2022-02-08 09:12:42 +00:00
Inspector Userland: Remove a bunch of unnecessary Vector imports 2022-01-28 23:40:25 +01:00
Playground Playground: Remove the GML formatting warning 2022-02-07 18:39:50 +01:00
Profiler Userland: Add horizontal mouse scroll support 2022-01-20 10:37:52 +01:00
UserspaceEmulator UserspaceEmulator: Implement ioctl TIOCSTI 2022-01-29 11:22:43 +01:00
CMakeLists.txt HackStudio: Enable building HackStudio on x86_64 2021-08-02 00:57:06 +02:00