Searched refs:EnhanceFatalException (Results 1 – 1 of 1) sorted by relevance
/third_party/node/src/ |
D | node_errors.cc | 271 enum class EnhanceFatalException { kEnhance, kDontEnhance }; enum 284 EnhanceFatalException enhance_stack) { in ReportFatalException() 286 enhance_stack = EnhanceFatalException::kDontEnhance; in ReportFatalException() 327 case EnhanceFatalException::kEnhance: { in ReportFatalException() 333 case EnhanceFatalException::kDontEnhance: { in ReportFatalException() 453 EnhanceFatalException enhance = CanContinue() ? in ~TryCatchScope() 454 EnhanceFatalException::kEnhance : EnhanceFatalException::kDontEnhance; in ~TryCatchScope() 852 env, exception, message, EnhanceFatalException::kEnhance); in TriggerUncaughtException() 947 env, error, message, EnhanceFatalException::kDontEnhance); in TriggerUncaughtException() 990 ReportFatalException(env, error, message, EnhanceFatalException::kEnhance); in TriggerUncaughtException()
|