Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/d8/
Dd8.h785 static std::atomic<int> unhandled_promise_rejections_; variable
Dd8.cc479 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()