* use I_Error instead of I_FatalError to abort. I_FatalError is only for things that are not recoverable and should not be handled outside of error cleanup and rethrowing. * only catch CRecoverableError in JitCompile. Everything else should fall through to the outermost catch block. * Do not I_FatalError out after handling the exception locally. Just print an error and return null, indicating failure. |
||
|---|---|---|
| .. | ||
| backend | ||
| decorate | ||
| vm | ||
| zscript | ||
| symbols.cpp | ||
| symbols.h | ||
| thingdef.cpp | ||
| thingdef.h | ||
| thingdef_data.cpp | ||
| thingdef_properties.cpp | ||
| types.cpp | ||
| types.h | ||
| vmthunks.cpp | ||