Lines Matching refs:error
60 function REACTION_THROW(error) {
61 throw error;
64 function REACTION_EXIT(error) {
65 REACTION_LOG(error);
72 function REACTION_LOG(error) {
73 _rawDebug(error.stack);
360 * a violation such as abort()ing or exiting the process, throwing the error,
361 * or logging the error.
596 const error = new ERR_MANIFEST_ASSERT_INTEGRITY(url, realIntegrities);
597 this.#reaction(error);
616 const error = new ERR_MANIFEST_ASSERT_INTEGRITY(url, realIntegrities);
617 this.#reaction(error);
666 // Continue regardless of error.