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