Searched refs:throw_ (Results 1 – 1 of 1) sorted by relevance
55 ScopedEventDispatchEnvironment() : env_(nullptr), throw_(nullptr, nullptr) { in ScopedEventDispatchEnvironment()61 throw_(env_, env_->ExceptionOccurred()) { in ScopedEventDispatchEnvironment()71 if (throw_.get() != nullptr && !env_->ExceptionCheck()) { in ~ScopedEventDispatchEnvironment()74 env_->Throw(throw_.get()); in ~ScopedEventDispatchEnvironment()83 ScopedLocalRef<jthrowable> throw_; variable