Home
last modified time | relevance | path

Searched refs:allowArray (Results 1 – 9 of 9) sorted by relevance

/third_party/node/test/parallel/
Dtest-validators.js110 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/
Dvalidators.js69 const allowArray = useDefaultOptions ? false : options.allowArray;
73 (!allowArray && ArrayIsArray(value)) ||
/third_party/node/lib/internal/
Dencoding.js391 allowArray: true, property
440 allowArray: true, property
474 allowArray: true, property
520 allowArray: true, property
Dvalidators.js247 const allowArray = getOwnPropertyValueOrDefault(options, 'allowArray', false); constant
251 (!allowArray && ArrayIsArray(value)) ||
Dvm.js26 validateObject(object, 'object', { __proto__: null, allowArray: true }); property
Dabort_controller.js447 validateObject(resource, 'resource', { nullable: false, allowFunction: true, allowArray: true }); property
Devent_target.js995 allowArray: true, allowFunction: true, property
/third_party/node/deps/npm/node_modules/readable-stream/lib/internal/
Dvalidators.js228 const allowArray = getOwnPropertyValueOrDefault(options, 'allowArray', false) constant
233 (!allowArray && ArrayIsArray(value)) ||
/third_party/node/lib/internal/util/
Dinspect.js2140 validateObject(inspectOptions, 'inspectOptions', { allowArray: true }); property