Searched refs:ShouldNotAbortOnUncaughtScope (Results 1 – 5 of 5) sorted by relevance
802 class ShouldNotAbortOnUncaughtScope {804 explicit inline ShouldNotAbortOnUncaughtScope(Environment* env);806 inline ~ShouldNotAbortOnUncaughtScope();807 ShouldNotAbortOnUncaughtScope(const ShouldNotAbortOnUncaughtScope&) = delete;808 ShouldNotAbortOnUncaughtScope& operator=(809 const ShouldNotAbortOnUncaughtScope&) = delete;810 ShouldNotAbortOnUncaughtScope(ShouldNotAbortOnUncaughtScope&&) = delete;811 ShouldNotAbortOnUncaughtScope& operator=(ShouldNotAbortOnUncaughtScope&&) =
636 ShouldNotAbortOnUncaughtScope::ShouldNotAbortOnUncaughtScope( in ShouldNotAbortOnUncaughtScope() function642 ShouldNotAbortOnUncaughtScope::~ShouldNotAbortOnUncaughtScope() { in ~ShouldNotAbortOnUncaughtScope()646 void ShouldNotAbortOnUncaughtScope::Close() { in Close()
152 ShouldNotAbortOnUncaughtScope no_abort_scope(env); in New()353 ShouldNotAbortOnUncaughtScope no_abort_scope(env); in Evaluate()
768 ShouldNotAbortOnUncaughtScope no_abort_scope(env); in New()
342 …://github.com/nodejs/node/commit/f50c9c6ae2)] - **src**: move ShouldNotAbortOnUncaughtScope out of…