Home
last modified time | relevance | path

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

/third_party/node/test/parallel/
Dtest-util-callbackify.js58 const cbThenableFn = callbackify(thenableFn); constant
59 cbThenableFn(common.mustSucceed((ret) => {
129 const cbThenableFn = callbackify(thenableFn); constant
130 cbThenableFn(common.mustCall((err, ret) => {