Searched refs:opts_ (Results 1 – 3 of 3) sorted by relevance
/third_party/node/deps/npm/node_modules/npm-registry-fetch/lib/ |
D | index.js | 26 function regFetch (uri, /* istanbul ignore next */ opts_ = {}) { argument 29 ...opts_, 178 /* istanbul ignore next */ opts_ = {}) { argument 179 const opts = { ...defaultOpts, ...opts_ }
|
/third_party/benchmark/include/benchmark/ |
D | benchmark.h | 1897 explicit ConsoleReporter(OutputOptions opts_ = OO_Defaults) 1898 : output_options_(opts_), name_field_width_(0), printed_header_(false) {} in output_options_() argument
|
/third_party/node/deps/corepack/dist/lib/ |
D | corepack.cjs | 20620 const opts_ = { ...DEFAULT_OPTIONS, ...opts }; 20621 const fs9 = opts_.fs; 20622 opts_.fs_ = { 20631 return opts_; 20634 const opts_ = ingestOptions(opts); 20635 await cmdShim_(src, to, opts_); 20654 const opts_ = ingestOptions(opts); 20656 if (opts_.createCmdFile) { 20659 if (opts_.createPwshFile) { 20662 …writeShim(src, to + generatorAndExt.extension, srcRuntimeInfo, generatorAndExt.generator, opts_)));
|