Home
last modified time | relevance | path

Searched refs:synthetic_args (Results 1 - 1 of 1) sorted by relevance

/third_party/node/src/
H A Dnode_options-inl.h241 // the "0th" argument (the program name), then `synthetic_args` are inserted,
244 std::vector<std::string> synthetic_args; member
254 return underlying->size() - 1 + synthetic_args.size(); in remaining()
261 return synthetic_args.empty() ? underlying->at(1) : synthetic_args.front(); in first()
266 if (synthetic_args.empty()) { in pop_first()
275 synthetic_args.erase(synthetic_args.begin()); in pop_first()
364 args.synthetic_args.insert( in Parse()
365 args.synthetic_args in Parse()
[all...]

Completed in 2 milliseconds