Searched refs:promiseResolve (Results 1 – 12 of 12) sorted by relevance
/third_party/node/test/parallel/ |
D | test-async-hooks-correctly-switch-promise-hook.js | 20 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
|
D | test-heapdump-async-hooks-init-promise.js | 34 promiseResolve(id) { method
|
D | test-async-hooks-promise.js | 17 promiseResolve: common.mustCall((id) => { property
|
/third_party/node/benchmark/async_hooks/ |
D | promises.js | 9 promiseResolve() {} method 14 promiseResolve() {} method 19 promiseResolve() {}, method
|
D | http-server.js | 17 promiseResolve() {} method
|
/third_party/node/lib/ |
D | async_hooks.js | 66 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/ |
D | async_hooks.md | 44 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/ |
D | init-hooks.js | 52 promiseResolve: this._promiseResolve.bind(this) property
|
/third_party/node/doc/changelogs/ |
D | CHANGELOG_V9.md | 424 …odejs/node/commit/e208282f68)] - **src**: refactor emit before/after/promiseResolve (Daniel Beveni…
|
D | CHANGELOG_V11.md | 143 …ps://github.com/nodejs/node/commit/b88871e80b)] - **doc**: list when promiseResolve hook was added…
|
D | CHANGELOG_V12.md | 1893 …m/nodejs/node/commit/735ef8b235)] - **doc**: async\_hooks.createHook promiseResolve option (Ben No…
|
D | CHANGELOG_V10.md | 3510 …om/nodejs/node/commit/9b43af3703)] - **fs**: lazy load createPromise/promiseResolve (James M Snell…
|