Home
last modified time | relevance | path

Searched defs:allowFunction (Results 1 – 6 of 6) sorted by relevance

/third_party/node/lib/internal/
Dencoding.js392 allowFunction: true, property
441 allowFunction: true, property
475 allowFunction: true, property
521 allowFunction: true, property
Dvalidators.js248 const allowFunction = getOwnPropertyValueOrDefault(options, 'allowFunction', 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/test/parallel/
Dtest-validators.js126 validateObject(() => {}, 'foo', { allowFunction: true }); property
135 delete Object.prototype.allowFunction; method in delete
/third_party/node/lib/internal/webstreams/
Dreadablestream.js345 validateObject(options, 'options', { nullable: true, allowFunction: true }); property