Searched refs:OnException (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/v8/src/
H A Ddebug.h507 void OnException(Handle<Object> exception, bool uncaught,
H A Ddebug.cc2514 OnException(exception, uncaught, isolate_->GetPromiseOnStackOnThrow());
2524 OnException(value, false, promise);
2528 void Debug::OnException(Handle<Object> exception, bool uncaught, function in class:v8::internal::Debug

Completed in 119 milliseconds