Home
last modified time | relevance | path

Searched refs:onbefore (Results 1 - 4 of 4) sorted by relevance

/third_party/node/test/async-hooks/
H A Dinit-hooks.js25 onbefore,
40 this.onbefore = typeof onbefore === 'function' ? onbefore : noop;
196 this.onbefore(uid);
230 onbefore,
240 onbefore,
H A Dtest-async-await.js22 onbefore,
35 function onbefore(asyncId) { function
H A Dtest-enable-disable.js102 const hook2 = initHooks({ onbefore: onhook2Before, allowNoInit: true });
103 const hook3 = initHooks({ onbefore: onhook3Before, onafter: onhook3After });
H A Dtest-callback-error.js19 onbefore: common.mustCall(() => { throw new Error(arg); }),

Completed in 1 milliseconds