Home
last modified time | relevance | path

Searched refs:ShouldNotAbortOnUncaughtScope (Results 1 – 5 of 5) sorted by relevance

/third_party/node/src/
Denv.h802 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&&) =
Denv-inl.h636 ShouldNotAbortOnUncaughtScope::ShouldNotAbortOnUncaughtScope( in ShouldNotAbortOnUncaughtScope() function
642 ShouldNotAbortOnUncaughtScope::~ShouldNotAbortOnUncaughtScope() { in ~ShouldNotAbortOnUncaughtScope()
646 void ShouldNotAbortOnUncaughtScope::Close() { in Close()
Dmodule_wrap.cc152 ShouldNotAbortOnUncaughtScope no_abort_scope(env); in New()
353 ShouldNotAbortOnUncaughtScope no_abort_scope(env); in Evaluate()
Dnode_contextify.cc768 ShouldNotAbortOnUncaughtScope no_abort_scope(env); in New()
/third_party/node/doc/changelogs/
DCHANGELOG_V11.md342 …://github.com/nodejs/node/commit/f50c9c6ae2)] - **src**: move ShouldNotAbortOnUncaughtScope out of…