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