Home
last modified time | relevance | path

Searched refs:allowFunction (Results 1 – 4 of 4) sorted by relevance

/third_party/node/lib/internal/
Dencoding.js384 allowFunction: true, property
420 allowFunction: true, property
458 allowFunction: true, property
496 allowFunction: true, property
Dvalidators.js156 allowFunction = false, property
161 !allowFunction || typeof value !== 'function'
Devent_target.js87 allowArray: true, allowFunction: true, nullable: true, property
548 allowArray: true, allowFunction: true, property
/third_party/node/test/parallel/
Dtest-validators.js91 validateObject(() => {}, 'foo', { allowFunction: true }); property