ladybird/Userland/DevTools
Andreas Kling e59bf87374 Userland: Replace VERIFY(is<T>) with verify_cast<T>
Instead of doing a VERIFY(is<T>(x)) and *then* casting it to T, we can
just do the cast right away with verify_cast<T>. :^)
2021-06-24 21:13:09 +02:00
..
HackStudio HackStudio: Make TODO entries clickable 2021-06-23 19:00:11 +01:00
Inspector Userland: Remove dummy IPC methods 2021-06-24 00:38:58 +02:00
IPCCompiler Userland: Remove dummy IPC methods 2021-06-24 00:38:58 +02:00
Playground Playground: Prompt to save changes after the user picked a file to open 2021-06-22 22:56:22 +02:00
Profiler Profiler: Use u32 when constructing InstructionData 2021-06-24 09:27:13 +02:00
StateMachineGenerator Userland: Change typedef to using directive 2021-05-21 10:07:22 +01:00
UserspaceEmulator Userland: Replace VERIFY(is<T>) with verify_cast<T> 2021-06-24 21:13:09 +02:00
CMakeLists.txt DevTools: Move to Userland/DevTools/ 2021-01-12 12:18:55 +01:00