Searched refs:exception_obj (Results 1 – 5 of 5) sorted by relevance
59 void Isolate::set_pending_exception(Object exception_obj) { in set_pending_exception() argument60 DCHECK(!exception_obj.IsException(this)); in set_pending_exception()61 thread_local_top()->pending_exception_ = exception_obj; in set_pending_exception()
2539 Object exception_obj = pending_exception(); in ThrowInternal() local2540 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()
774 inline void set_pending_exception(Object exception_obj);
2055 absl::bad_variant_access exception_obj; in TEST() local2056 std::exception* base = &exception_obj; in TEST()
2743 Local<v8::Value> exception_obj) { in ReportException() argument2759 v8::String::Utf8Value exception(isolate, exception_obj); in ReportException()2797 if (v8::TryCatch::StackTrace(context, exception_obj) in ReportException()