Lines Matching refs:reaction
363 #reaction;
422 let reaction = REACTION_THROW;
427 reaction = REACTION_EXIT;
429 reaction = REACTION_LOG;
435 this.#reaction = reaction;
497 * @returns {{resolve: any, reaction: (err: any) => void}}
524 reaction: this.#reaction,
558 this.#reaction(onreact());
597 this.#reaction(error);
617 this.#reaction(error);