Guest User

Untitled

a guest
Apr 22nd, 2018
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. void FatalException(TryCatch &try_catch) {
  2. Local<Object> listeners = Local<Object>::Cast(process->Get(String::NewSymbol("listeners")));
  3. Local<Array> exception_listeners = Local<Array>::Cast(listeners->Get(String::NewSymbol("uncaughtException")));
  4.  
  5. int length = exception_listeners->Length();
Add Comment
Please, Sign In to add comment