Searched refs:unhandled_promise_rejections_ (Results 1 – 2 of 2) sorted by relevance
785 static std::atomic<int> unhandled_promise_rejections_; variable
479 std::atomic<int> Shell::unhandled_promise_rejections_{0};4764 if (Shell::unhandled_promise_rejections_.load() > 0) { in RunMain()4766 Shell::unhandled_promise_rejections_.load()); in RunMain()4770 Shell::unhandled_promise_rejections_.store(0); in RunMain()4908 Shell::unhandled_promise_rejections_.store( in HandleUnhandledPromiseRejections()4909 Shell::unhandled_promise_rejections_.load() + count); in HandleUnhandledPromiseRejections()