Lines Matching defs:init
18 init: [],
25 const hookSet = ArrayPrototypeSlice(hooks.init);
29 const init = hookSet[i];
31 init(promise, parent);
75 const init = maybeFastPath(hooks.init, initAll);
79 setPromiseHooks(init, before, after, settled);
100 const onInit = makeUseHook('init');
105 function createHook({ init, before, after, settled } = kEmptyObject) {
108 if (init) ArrayPrototypePush(hooks, onInit(init));