Home
last modified time | relevance | path

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

/third_party/node/src/
Dnode_options.cc135 if (!unhandled_rejections.empty() && in CheckOptions()
136 unhandled_rejections != "warn-with-error-code" && in CheckOptions()
137 unhandled_rejections != "throw" && in CheckOptions()
138 unhandled_rejections != "strict" && in CheckOptions()
139 unhandled_rejections != "warn" && in CheckOptions()
140 unhandled_rejections != "none") { in CheckOptions()
631 &EnvironmentOptions::unhandled_rejections, in EnvironmentOptionsParser()
Dnode_options.h173 std::string unhandled_rejections; variable