Lines Matching defs:errors
710 std::vector<std::string>* errors,
722 errors);
724 if (!errors->empty()) return 9;
730 errors->emplace_back(std::move(revert_error));
738 errors->emplace_back("invalid mode passed to --disable-proto");
777 errors->push_back("bad option: " + std::string(v8_args_as_char_ptr[i]));
790 std::vector<std::string>* errors) {
791 return InitializeNodeWithArgs(argv, exec_argv, errors,
797 std::vector<std::string>* errors,
833 ParseNodeOptionsEnvVar(node_options, errors);
835 if (!errors->empty()) return 9;
842 errors,
852 errors,
889 errors->push_back("could not initialize ICU "
988 // avoid the default behavior where errors raised during the parsing of the
1236 for (const std::string& error : result->errors()) {