Home
last modified time | relevance | path

Searched defs:allowArray (Results 1 – 7 of 7) sorted by relevance

/third_party/node/test/parallel/
Dtest-validators.js125 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/
Dencoding.js391 allowArray: true, property
440 allowArray: true, property
474 allowArray: true, property
520 allowArray: true, property
Dvm.js31 validateObject(object, 'object', { __proto__: null, allowArray: true }); property
Dvalidators.js247 const allowArray = getOwnPropertyValueOrDefault(options, 'allowArray', false); constant
Dabort_controller.js447 validateObject(resource, 'resource', { nullable: false, allowFunction: true, allowArray: true }); property
Devent_target.js1024 allowArray: true, allowFunction: true, property
/third_party/node/lib/internal/util/
Dinspect.js2140 validateObject(inspectOptions, 'inspectOptions', { allowArray: true }); property