Searched defs:allowArray (Results 1 – 7 of 7) sorted by relevance
| /third_party/node/test/parallel/ |
| D | test-validators.js | 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/lib/internal/ |
| D | encoding.js | 391 allowArray: true, property 440 allowArray: true, property 474 allowArray: true, property 520 allowArray: true, property
|
| D | vm.js | 31 validateObject(object, 'object', { __proto__: null, allowArray: true }); property
|
| D | validators.js | 247 const allowArray = getOwnPropertyValueOrDefault(options, 'allowArray', false); constant
|
| D | abort_controller.js | 447 validateObject(resource, 'resource', { nullable: false, allowFunction: true, allowArray: true }); property
|
| D | event_target.js | 1024 allowArray: true, allowFunction: true, property
|
| /third_party/node/lib/internal/util/ |
| D | inspect.js | 2140 validateObject(inspectOptions, 'inspectOptions', { allowArray: true }); property
|