Home
last modified time | relevance | path

Searched defs:CheckOptions (Results 1 – 2 of 2) sorted by relevance

/third_party/node/src/
Dnode_options.cc31 void DebugOptions::CheckOptions(std::vector<std::string>* errors) { in CheckOptions() function in node::DebugOptions
61 void PerProcessOptions::CheckOptions(std::vector<std::string>* errors) { in CheckOptions() function in node::PerProcessOptions
76 void PerIsolateOptions::CheckOptions(std::vector<std::string>* errors) { in CheckOptions() function in node::PerIsolateOptions
80 void EnvironmentOptions::CheckOptions(std::vector<std::string>* errors) { in CheckOptions() function in node::EnvironmentOptions
Dnode_options.h49 virtual void CheckOptions(std::vector<std::string>* errors) {} in CheckOptions() function