Searched refs:unhandled_rejections (Results 1 – 2 of 2) sorted by relevance
107 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()
155 std::string unhandled_rejections; variable