Searched refs:ExceptionHandlerType (Results 1 – 2 of 2) sorted by relevance
2217 ExceptionHandlerType::kExternalTryCatch) { in ThrowInternal()2491 Isolate::ExceptionHandlerType Isolate::TopExceptionHandlerType( in ThrowInternal()2502 return ExceptionHandlerType::kNone; in ThrowInternal()2504 return ExceptionHandlerType::kExternalTryCatch; in ThrowInternal()2508 return ExceptionHandlerType::kJavaScriptHandler; in ThrowInternal()2520 return ExceptionHandlerType::kExternalTryCatch; in ThrowInternal()2522 return ExceptionHandlerType::kJavaScriptHandler; in ThrowInternal()2540 ExceptionHandlerType top_handler = TopExceptionHandlerType(exception_obj); in ThrowInternal()2561 DCHECK_NE(ExceptionHandlerType::kJavaScriptHandler, top_handler); in ThrowInternal()2564 if (top_handler == ExceptionHandlerType::kExternalTryCatch) { in ThrowInternal()[all …]
790 enum class ExceptionHandlerType { enum796 ExceptionHandlerType TopExceptionHandlerType(Object exception);2032 ExceptionHandlerType top_handler);