Home
last modified time | relevance | path

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

/third_party/node/test/parallel/
Dtest-async-hooks-correctly-switch-promise-hook.js20 promiseResolve: false property
33 promiseResolve(asyncId) { method
35 layers.get(asyncId).promiseResolve = true;
60 promiseResolve: true property
67 promiseResolve: true property
74 promiseResolve: true property
Dtest-heapdump-async-hooks-init-promise.js34 promiseResolve(id) { method
Dtest-async-hooks-promise.js17 promiseResolve: common.mustCall((id) => { property
/third_party/node/benchmark/async_hooks/
Dpromises.js9 promiseResolve() {} method
14 promiseResolve() {} method
19 promiseResolve() {}, method
Dhttp-server.js17 promiseResolve() {} method
/third_party/node/lib/
Dasync_hooks.js66 constructor({ init, before, after, destroy, promiseResolve }) { field
75 if (promiseResolve !== undefined && typeof promiseResolve !== 'function')
82 this[promise_resolve_symbol] = promiseResolve;
/third_party/node/doc/api/
Dasync_hooks.md44 async_hooks.createHook({ init, before, after, destroy, promiseResolve });
74 // promiseResolve is called only for promise resources, when the
77 function promiseResolve(asyncId) { }
91 * `promiseResolve` {Function} The [`promiseResolve` callback][].
459 #### `promiseResolve(asyncId)`
1206 [`promiseResolve` callback]: #async_hooks_promiseresolve_asyncid
/third_party/node/test/async-hooks/
Dinit-hooks.js52 promiseResolve: this._promiseResolve.bind(this) property
/third_party/node/doc/changelogs/
DCHANGELOG_V9.md424 …odejs/node/commit/e208282f68)] - **src**: refactor emit before/after/promiseResolve (Daniel Beveni…
DCHANGELOG_V11.md143 …ps://github.com/nodejs/node/commit/b88871e80b)] - **doc**: list when promiseResolve hook was added…
DCHANGELOG_V12.md1893 …m/nodejs/node/commit/735ef8b235)] - **doc**: async\_hooks.createHook promiseResolve option (Ben No…
DCHANGELOG_V10.md3510 …om/nodejs/node/commit/9b43af3703)] - **fs**: lazy load createPromise/promiseResolve (James M Snell…