Lines Matching defs:ShouldNotAbortOnUncaughtScope
436 class ShouldNotAbortOnUncaughtScope {
438 explicit inline ShouldNotAbortOnUncaughtScope(Environment* env);
440 inline ~ShouldNotAbortOnUncaughtScope();
441 ShouldNotAbortOnUncaughtScope(const ShouldNotAbortOnUncaughtScope&) = delete;
442 ShouldNotAbortOnUncaughtScope& operator=(
443 const ShouldNotAbortOnUncaughtScope&) = delete;
444 ShouldNotAbortOnUncaughtScope(ShouldNotAbortOnUncaughtScope&&) = delete;
445 ShouldNotAbortOnUncaughtScope& operator=(ShouldNotAbortOnUncaughtScope&&) =