Searched refs:optionsGetOwn (Results 1 – 4 of 4) sorted by relevance
/third_party/node/deps/npm/node_modules/@pkgjs/parseargs/ |
D | utils.js | 34 function optionsGetOwn(options, longOption, prop) { function 131 return optionsGetOwn(options, longOption, 'type') !== 'string'; 152 return optionsGetOwn(options, longOption, 'type') === 'string'; 197 optionsGetOwn, property
|
D | index.js | 45 optionsGetOwn, 103 const short = optionsGetOwn(config.options, token.name, 'short'); 105 const type = optionsGetOwn(config.options, token.name, 'type'); 132 if (optionsGetOwn(options, longOption, 'multiple')) { 208 if (optionsGetOwn(options, longOption, 'type') === 'string' && 228 if (optionsGetOwn(options, longOption, 'type') !== 'string' || 261 if (optionsGetOwn(options, longOption, 'type') === 'string' &&
|
/third_party/node/lib/internal/util/parse_args/ |
D | utils.js | 34 function optionsGetOwn(options, longOption, prop) { function 131 return optionsGetOwn(options, longOption, 'type') !== 'string'; 152 return optionsGetOwn(options, longOption, 'type') === 'string'; 196 optionsGetOwn, property
|
D | parse_args.js | 41 optionsGetOwn, 102 const short = optionsGetOwn(config.options, token.name, 'short'); 104 const type = optionsGetOwn(config.options, token.name, 'type'); 130 if (optionsGetOwn(options, longOption, 'multiple')) { 204 if (optionsGetOwn(options, longOption, 'type') === 'string' && 224 if (optionsGetOwn(options, longOption, 'type') !== 'string' || 257 if (optionsGetOwn(options, longOption, 'type') === 'string' &&
|