Home
last modified time | relevance | path

Searched refs:ShouldNotAbortOnUncaughtScope (Results 1 - 4 of 4) sorted by relevance

/third_party/node/src/
H A Denv.h436 class ShouldNotAbortOnUncaughtScope { class
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
[all...]
H A Denv-inl.h348 ShouldNotAbortOnUncaughtScope::ShouldNotAbortOnUncaughtScope( in ShouldNotAbortOnUncaughtScope() function in node::ShouldNotAbortOnUncaughtScope
354 ShouldNotAbortOnUncaughtScope::~ShouldNotAbortOnUncaughtScope() { in ~ShouldNotAbortOnUncaughtScope()
358 void ShouldNotAbortOnUncaughtScope::Close() { in Close()
H A Dmodule_wrap.cc151 ShouldNotAbortOnUncaughtScope no_abort_scope(env); in New()
380 ShouldNotAbortOnUncaughtScope no_abort_scope(env); in Evaluate()
H A Dnode_contextify.cc861 ShouldNotAbortOnUncaughtScope no_abort_scope(env); in New()

Completed in 8 milliseconds