Home
last modified time | relevance | path

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

1234

/third_party/node/deps/npm/docs/content/cli-commands/
Dnpm-hook.md11 ### Synopsis
20 ### Example
57 ### Description
78 ### See Also
/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.js19 exports.checkInvocations = function checkInvocations(activity, hooks, stage) { argument
Dtest-fseventwrap.js16 const hooks = initHooks(); constant
Dtest-queue-microtask.js9 const hooks = initHooks(); constant
Dtest-nexttick-default-trigger.js12 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-emit-before-on-destroyed.js19 const hooks = initHooks(); constant
Dtest-emit-after-on-destroyed.js19 const hooks = initHooks(); constant
Dtest-ttywrap.readstream.js11 const hooks = initHooks(); constant
Dtest-improper-order.js19 const hooks = initHooks(); constant
Dtest-graph.statwatcher.js9 const hooks = initHooks(); constant
Dtest-crypto-pbkdf2.js16 const hooks = initHooks(); constant
Dtest-crypto-randomBytes.js16 const hooks = initHooks(); constant
Dtest-querywrap.js11 const hooks = initHooks(); constant
Dtest-getnameinforeqwrap.js13 const hooks = initHooks(); constant
/third_party/node/benchmark/async_hooks/
Dhttp-server.js12 let hooks = { variable
20 hooks = { variable
/third_party/boost/libs/intrusive/test/
Dlist_test.cpp28 struct hooks struct
30 typedef list_base_hook<void_pointer<VoidPointer> > base_hook_type;
32 , void_pointer<VoidPointer>, tag<void> > auto_base_hook_type;
33 typedef list_member_hook<void_pointer<VoidPointer>, tag<void> > member_hook_type;
35 , void_pointer<VoidPointer> > auto_member_hook_type;
37 circular_list_algorithms > nonhook_node_member_type;
Dslist_test.cpp29 struct hooks struct
31 typedef slist_base_hook<void_pointer<VoidPointer> > base_hook_type;
33 , void_pointer<VoidPointer>, tag<void> > auto_base_hook_type;
34 typedef slist_member_hook<void_pointer<VoidPointer>, tag<void> > member_hook_type;
36 , void_pointer<VoidPointer> > auto_member_hook_type;
39 > nonhook_node_member_type;
/third_party/typescript/scripts/
Dlink-hooks.js4 var hooks = [ variable
/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/node/test/pseudo-tty/
Dtest-async-wrap-getasyncid-tty.js15 const hooks = require('async_hooks').createHook({ constant

1234