Searched refs:allowFunction (Results 1 – 4 of 4) sorted by relevance
/third_party/node/lib/internal/ |
D | encoding.js | 384 allowFunction: true, property 420 allowFunction: true, property 458 allowFunction: true, property 496 allowFunction: true, property
|
D | validators.js | 156 allowFunction = false, property 161 !allowFunction || typeof value !== 'function'
|
D | event_target.js | 87 allowArray: true, allowFunction: true, nullable: true, property 548 allowArray: true, allowFunction: true, property
|
/third_party/node/test/parallel/ |
D | test-validators.js | 91 validateObject(() => {}, 'foo', { allowFunction: true }); property
|