Home
last modified time | relevance | path

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

/third_party/node/lib/
Ddns.js35 const { customPromisifyArgs } = require('internal/util');
163 ObjectDefineProperty(lookup, customPromisifyArgs,
200 ObjectDefineProperty(lookupService, customPromisifyArgs,
Dfs.js572 ObjectDefineProperty(read, internalUtil.customPromisifyArgs,
640 ObjectDefineProperty(readv, internalUtil.customPromisifyArgs,
705 ObjectDefineProperty(write, internalUtil.customPromisifyArgs,
761 ObjectDefineProperty(writev, internalUtil.customPromisifyArgs, {
/third_party/node/test/parallel/
Dtest-util-promisify.js8 const { customPromisifyArgs } = require('internal/util');
68 fn[customPromisifyArgs] = ['first', 'second'];
/third_party/node/lib/internal/crypto/
Dkeygen.js29 const { customPromisifyArgs } = require('internal/util');
71 ObjectDefineProperty(generateKeyPair, customPromisifyArgs, {
/third_party/node/lib/internal/
Dutil.js486 customPromisifyArgs: kCustomPromisifyArgsSymbol, property
/third_party/node/doc/changelogs/
DCHANGELOG_V8.md4531 …e965ed16c1)] - **(SEMVER-MINOR)** **test**: add test for promisify customPromisifyArgs (Gil Tayar)…