Home
last modified time | relevance | path

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

/third_party/node/src/
Dnode_errors.h16 enum ErrorHandlingMode { CONTEXTIFY_ERROR, FATAL_ERROR, MODULE_ERROR }; enumerator
Dnode_errors.cc1060 AppendExceptionLine(env, exception, try_catch.Message(), CONTEXTIFY_ERROR); in DecorateErrorStack()