Searched defs:allowFunction (Results 1 – 6 of 6) sorted by relevance
| /third_party/node/lib/internal/ |
| D | encoding.js | 392 allowFunction: true, property 441 allowFunction: true, property 475 allowFunction: true, property 521 allowFunction: true, property
|
| D | validators.js | 248 const allowFunction = getOwnPropertyValueOrDefault(options, 'allowFunction', 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/test/parallel/ |
| D | test-validators.js | 126 validateObject(() => {}, 'foo', { allowFunction: true }); property 135 delete Object.prototype.allowFunction; method in delete
|
| /third_party/node/lib/internal/webstreams/ |
| D | readablestream.js | 345 validateObject(options, 'options', { nullable: true, allowFunction: true }); property
|