Home
last modified time | relevance | path

Searched refs:ExceptionHandlerType (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/execution/
Disolate.cc2217 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 …]
Disolate.h790 enum class ExceptionHandlerType { enum
796 ExceptionHandlerType TopExceptionHandlerType(Object exception);
2032 ExceptionHandlerType top_handler);