Home
last modified time | relevance | path

Searched defs:promiseFn (Results 1 – 2 of 2) sorted by relevance

/third_party/node/lib/
Dassert.js773 async function waitForActual(promiseFn) { argument
901 assert.throws = function throws(promiseFn, ...args) { argument
911 assert.rejects = async function rejects(promiseFn, ...args) { argument
/third_party/node/test/parallel/
Dtest-util-callbackify.js40 function promiseFn() { function