Searched refs:FATAL_ERROR (Results 1 - 3 of 3) sorted by relevance
/third_party/skia/third_party/externals/tint/fuzzers/ |
H A D | tint_common_fuzzer.cc | 40 // A macro is used to avoid FATAL_ERROR creating its own stack frame. This leads 42 // top few stack frames for de-duplication, and a FATAL_ERROR stack frame 44 #define FATAL_ERROR(diags, msg_string) \ macro 57 FATAL_ERROR(diagnostics, ""); in TintInternalCompilerErrorReporter() 66 FATAL_ERROR(program->Diagnostics(), \ 178 FATAL_ERROR( in Run() 194 FATAL_ERROR(out.program.Diagnostics(), in Run() 211 FATAL_ERROR(program.Diagnostics(), in Run() 222 FATAL_ERROR( in Run() 227 FATAL_ERROR(progra in Run() [all...] |
/third_party/node/src/ |
H A D | node_errors.h | 16 enum ErrorHandlingMode { CONTEXTIFY_ERROR, FATAL_ERROR, MODULE_ERROR }; enumerator
|
H A D | node_errors.cc | 309 if (!can_set_arrow || (mode == FATAL_ERROR && !err_obj->IsNativeError())) { in AppendExceptionLine() 369 AppendExceptionLine(env, error, message, FATAL_ERROR); in ReportFatalException()
|
Completed in 3 milliseconds