MCPcopy Index your code
hub / github.com/angular-ui/ui-router / wrappedErrback

Function wrappedErrback

test/angular/1.2/angular.js:11742–11749  ·  view source on GitHub ↗
(reason)

Source from the content-addressed store, hash-verified

11740 };
11741
11742 var wrappedErrback = function(reason) {
11743 try {
11744 result.resolve((isFunction(errback) ? errback : defaultErrback)(reason));
11745 } catch(e) {
11746 result.reject(e);
11747 exceptionHandler(e);
11748 }
11749 };
11750
11751 var wrappedProgressback = function(progress) {
11752 try {

Callers 1

whenFunction · 0.85

Calls 2

isFunctionFunction · 0.70
rejectFunction · 0.70

Tested by

no test coverage detected