Home
last modified time | relevance | path

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

/third_party/node/test/parallel/
Dtest-util-promisify.js43 const kCustomPromisifiedSymbol = Symbol.for('nodejs.util.promisify.custom'); constant
/third_party/node/lib/internal/
Dutil.js399 const kCustomPromisifiedSymbol = SymbolFor('nodejs.util.promisify.custom'); constant