Home
last modified time | relevance | path

Searched refs:exception_obj (Results 1 – 5 of 5) sorted by relevance

/third_party/node/deps/v8/src/execution/
Disolate-inl.h59 void Isolate::set_pending_exception(Object exception_obj) { in set_pending_exception() argument
60 DCHECK(!exception_obj.IsException(this)); in set_pending_exception()
61 thread_local_top()->pending_exception_ = exception_obj; in set_pending_exception()
Disolate.cc2539 Object exception_obj = pending_exception(); in ThrowInternal() local
2540 ExceptionHandlerType top_handler = TopExceptionHandlerType(exception_obj); in ThrowInternal()
2555 if (!is_catchable_by_javascript(exception_obj)) return; in ThrowInternal()
2574 Handle<Object> exception(exception_obj, this); in ThrowInternal()
Disolate.h774 inline void set_pending_exception(Object exception_obj);
/third_party/skia/third_party/externals/abseil-cpp/absl/types/
Dvariant_test.cc2055 absl::bad_variant_access exception_obj; in TEST() local
2056 std::exception* base = &exception_obj; in TEST()
/third_party/node/deps/v8/src/d8/
Dd8.cc2743 Local<v8::Value> exception_obj) { in ReportException() argument
2759 v8::String::Utf8Value exception(isolate, exception_obj); in ReportException()
2797 if (v8::TryCatch::StackTrace(context, exception_obj) in ReportException()