Searched refs:FatalException (Results 1 – 8 of 8) sorted by relevance
224 throw FatalException(filename_, line_, message_); in Finish()286 FatalException::~FatalException() throw() {} in ~FatalException()288 const char* FatalException::what() const throw() { in what()
174 class FatalException : public std::exception {176 FatalException(const char* filename, int line, const std::string& message) in FatalException() function178 virtual ~FatalException() throw();
67 node::FatalException(isolate, try_catch); in AfterAsync()
242 void FatalException(Isolate* isolate, const v8::TryCatch& try_catch) { in FatalException() function
695 NODE_EXTERN void FatalException(v8::Isolate* isolate,
4812 …ps://github.com/nodejs/node/commit/fefab9026b)] - **src**: only call FatalException if not verbose…
2356 …ps://github.com/nodejs/node/commit/8930268382)] - **src**: fix node::FatalException (Tobias Nießen…
1533 …ps://github.com/nodejs/node/commit/403c45fcc9)] - **src**: only call FatalException if not verbose…