Home
last modified time | relevance | path

Searched refs:should_not_abort_scope_counter_ (Results 1 – 2 of 2) sorted by relevance

/third_party/node/src/
Denv-inl.h654 should_not_abort_scope_counter_++; in PushShouldNotAbortOnUncaughtScope()
658 should_not_abort_scope_counter_--; in PopShouldNotAbortOnUncaughtScope()
662 return should_not_abort_scope_counter_ > 0; in inside_should_not_abort_on_uncaught_scope()
Denv.h1366 int should_not_abort_scope_counter_ = 0; variable