mirror of
https://github.com/RGBCube/serenity
synced 2026-01-19 09:21:00 +00:00
This makes it much clearer what this cast actually does: it will VERIFY that the thing we're casting is a T (using is<T>()). |
||
|---|---|---|
| .. | ||
| AbstractMachine.cpp | ||
| AbstractMachine.h | ||
| BytecodeInterpreter.cpp | ||
| BytecodeInterpreter.h | ||
| Configuration.cpp | ||
| Configuration.h | ||
| Interpreter.h | ||