MCPcopy
hub / github.com/angular-ui/ui-router / expensiveCheckFn

Function expensiveCheckFn

test/angular/1.4/angular.js:14631–14639  ·  view source on GitHub ↗
(scope, locals, assign, inputs)

Source from the content-addressed store, hash-verified

14629 return expensiveCheckFn;
14630
14631 function expensiveCheckFn(scope, locals, assign, inputs) {
14632 var expensiveCheckOldValue = runningChecksEnabled;
14633 runningChecksEnabled = true;
14634 try {
14635 return fn(scope, locals, assign, inputs);
14636 } finally {
14637 runningChecksEnabled = expensiveCheckOldValue;
14638 }
14639 }
14640 }
14641
14642 function expressionInputDirtyCheck(newValue, oldValueOfValue) {

Callers

nothing calls this directly

Calls 1

fnFunction · 0.85

Tested by

no test coverage detected