Lines Matching refs:exceptions
26 const exceptions = [];
33 ArrayPrototypePush(exceptions, err);
37 // Triggering exceptions is deferred to allow other hooks to complete
38 for (let i = 0; i < exceptions.length; i++) {
39 const err = exceptions[i];
47 const exceptions = [];
54 ArrayPrototypePush(exceptions, err);
58 // Triggering exceptions is deferred to allow other hooks to complete
59 for (let i = 0; i < exceptions.length; i++) {
60 const err = exceptions[i];