|
static void | FatalError (String msg="Fatal error encountered", String filePath=Compiler.CallerFilePath, int line=Compiler.CallerLineNum) |
|
static void | NotImplemented (String filePath=Compiler.CallerFilePath, int line=Compiler.CallerLineNum) |
|
static void | Assert (bool condition, String error=Compiler.CallerExpression[0], String filePath=Compiler.CallerFilePath, int line=Compiler.CallerLineNum) |
|
static void | AddErrorHandler (ErrorHandlerData.ErrorHandler handler) |
|
static Result< void > | RemoveErrorHandler (ErrorHandlerData.ErrorHandler handler) |
|
static function | ErrorHandlerResult (AssertError.Kind kind, String error, String filePath, int lineNum) CheckAssertError |
|
static function | int32 (char8 *kind, char8 *arg1, char8 *arg2, int arg3) CheckErrorHandler |
|
static void | Shutdown () |
|