Home
last modified time | relevance | path

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

/third_party/node/src/
Dnode_options.cc107 if (!unhandled_rejections.empty() && in CheckOptions()
108 unhandled_rejections != "warn-with-error-code" && in CheckOptions()
109 unhandled_rejections != "throw" && in CheckOptions()
110 unhandled_rejections != "strict" && in CheckOptions()
111 unhandled_rejections != "warn" && in CheckOptions()
112 unhandled_rejections != "none") { in CheckOptions()
510 &EnvironmentOptions::unhandled_rejections, in EnvironmentOptionsParser()
Dnode_options.h155 std::string unhandled_rejections; variable