Home
last modified time | relevance | path

Searched refs:kEnhance (Results 1 – 1 of 1) sorted by relevance

/third_party/node/src/
Dnode_errors.cc271 enum class EnhanceFatalException { kEnhance, kDontEnhance }; enumerator
327 case EnhanceFatalException::kEnhance: { in ReportFatalException()
454 EnhanceFatalException::kEnhance : EnhanceFatalException::kDontEnhance; in ~TryCatchScope()
852 env, exception, message, EnhanceFatalException::kEnhance); in TriggerUncaughtException()
990 ReportFatalException(env, error, message, EnhanceFatalException::kEnhance); in TriggerUncaughtException()