Searched refs:should_not_abort_scope_counter_ (Results 1 – 2 of 2) sorted by relevance
654 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()
1366 int should_not_abort_scope_counter_ = 0; variable