Searched refs:allowArray (Results 1 – 9 of 9) sorted by relevance
/third_party/node/test/parallel/ |
D | test-validators.js | 110 Object.prototype.allowArray = true; 125 validateObject([], 'foo', { allowArray: true }); property 129 assert.throws(() => validateObject(null, 'foo', { allowArray: true }), invalidArgTypeError); property 134 delete Object.prototype.allowArray; method in delete
|
/third_party/node/deps/npm/node_modules/@pkgjs/parseargs/internal/ |
D | validators.js | 69 const allowArray = useDefaultOptions ? false : options.allowArray; 73 (!allowArray && ArrayIsArray(value)) ||
|
/third_party/node/lib/internal/ |
D | encoding.js | 391 allowArray: true, property 440 allowArray: true, property 474 allowArray: true, property 520 allowArray: true, property
|
D | validators.js | 247 const allowArray = getOwnPropertyValueOrDefault(options, 'allowArray', false); constant 251 (!allowArray && ArrayIsArray(value)) ||
|
D | vm.js | 26 validateObject(object, 'object', { __proto__: null, allowArray: true }); property
|
D | abort_controller.js | 447 validateObject(resource, 'resource', { nullable: false, allowFunction: true, allowArray: true }); property
|
D | event_target.js | 995 allowArray: true, allowFunction: true, property
|
/third_party/node/deps/npm/node_modules/readable-stream/lib/internal/ |
D | validators.js | 228 const allowArray = getOwnPropertyValueOrDefault(options, 'allowArray', false) constant 233 (!allowArray && ArrayIsArray(value)) ||
|
/third_party/node/lib/internal/util/ |
D | inspect.js | 2140 validateObject(inspectOptions, 'inspectOptions', { allowArray: true }); property
|