Home
last modified time | relevance | path

Searched defs:hooks (Results 1 – 25 of 79) sorted by relevance

1234

/third_party/node/test/async-hooks/
Dverify-graph.js59 module.exports = function verifyGraph(hooks, graph) { argument
123 module.exports.printGraph = function printGraph(hooks) { argument
Dhook-checks.js18 exports.checkInvocations = function checkInvocations(activity, hooks, stage) { argument
Dtest-unhandled-exception-valid-ids.js6 const hooks = initHooks(); constant
Dtest-unhandled-rejection-context.js13 const hooks = initHooks({ constant
Dtest-queue-microtask.js9 const hooks = initHooks(); constant
Dtest-nexttick-default-trigger.js12 const hooks = initHooks(); constant
Dtest-fseventwrap.js16 const hooks = initHooks(); constant
Dtest-promise.chain-promise-before-init-hooks.js21 const hooks = initHooks(); constant
Dtest-improper-unwind.js19 const hooks = initHooks(); constant
Dtest-graph.statwatcher.js9 const hooks = initHooks(); constant
Dtest-ttywrap.readstream.js11 const hooks = initHooks(); constant
Dtest-emit-before-on-destroyed.js19 const hooks = initHooks(); constant
Dtest-emit-after-on-destroyed.js19 const hooks = initHooks(); constant
Dtest-improper-order.js19 const hooks = initHooks(); constant
Dtest-getaddrinforeqwrap.js13 const hooks = initHooks(); constant
Dtest-crypto-randomBytes.js16 const hooks = initHooks(); constant
/third_party/node/benchmark/async_hooks/
Dhttp-server.js12 let hooks = { variable
20 hooks = { variable
/third_party/node/doc/api/
Dv8.md683 ### `promiseHooks.onInit(init)`
709 ### `promiseHooks.onSettled(settled)`
736 ### `promiseHooks.onBefore(before)`
763 ### `promiseHooks.onAfter(after)`
790 ### `promiseHooks.createHook(callbacks)`
834 ### Hook callbacks
/third_party/typescript/scripts/
Dlink-hooks.mjs9 const hooks = [ variable
/third_party/node/deps/v8/src/d8/
Dasync-hooks-wrapper.cc26 AsyncHooks* hooks = PerIsolateData::Get(isolate)->GetAsyncHooks(); in UnwrapHook() local
171 AsyncHooks* hooks = PerIsolateData::Get(isolate)->GetAsyncHooks(); in ShellPromiseHook() local
244 AsyncHooks* hooks) { in PromiseHookDispatch()
/third_party/node/test/parallel/
Dtest-async-wrap-promise-after-enabled.js18 const hooks = async_hooks.createHook({ constant
Dtest-async-wrap-destroyid.js12 let hooks = null; variable
Dtest-async-wrap-uncaughtexception.js11 let hooks = null; variable
/third_party/alsa-lib/src/pcm/
Dpcm_hooks.c53 struct list_head hooks[SND_PCM_HOOK_TYPE_LAST + 1]; member
93 struct list_head *hooks = &h->hooks[k]; in snd_pcm_hooks_close() local
488 snd_config_t *hooks = NULL; in _snd_pcm_hooks_open() local
605 snd_pcm_hooks_t *hooks; in snd_pcm_hook_add() local
/third_party/node/test/pseudo-tty/
Dtest-async-wrap-getasyncid-tty.js15 const hooks = require('async_hooks').createHook({ constant

1234