Searched refs:current_handler (Results 1 – 5 of 5) sorted by relevance
473 ExceptionHandler* current_handler = auto_exception_handler.get_handler(); in HandleException() local486 current_handler->consume_invalid_handle_exceptions_) { in HandleException()493 current_handler->get_handle_debug_exceptions()) { in HandleException()500 if (current_handler->IsOutOfProcess()) { in HandleException()501 success = current_handler->WriteMinidumpWithException( in HandleException()506 success = current_handler->WriteMinidumpOnHandlerThread(exinfo, NULL); in HandleException()528 if (current_handler->previous_filter_) { in HandleException()529 action = current_handler->previous_filter_(exinfo); in HandleException()548 ExceptionHandler* current_handler = auto_exception_handler.get_handler(); in HandleInvalidParameter() local589 if (current_handler->IsOutOfProcess()) { in HandleInvalidParameter()[all …]
184 ExceptionHandler *current_handler = in HandleException() local189 current_handler->TeardownHandler(signo); in HandleException()192 if (current_handler->InternalWriteMinidump(signo, current_ebp, &sig_ctx)) { in HandleException()201 reinterpret_cast<SignalHandler>(current_handler->old_handlers_[signo]); in HandleException()207 current_handler->SetupHandler(signo); in HandleException()
498 svr.current_handler = self ## cgt xxx
513 svr.current_handler = self ## cgt xxx
2116 Handle<JSReceiver> current_handler( in Throw() local2118 if (PromiseHandlerCheck(isolate, current_handler, promise)) { in Throw()