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

Function hasCustomToString

test/angular/1.5/angular.js:550–552  ·  view source on GitHub ↗
(obj)

Source from the content-addressed store, hash-verified

548function valueFn(value) {return function valueRef() {return value;};}
549
550function hasCustomToString(obj) {
551 return isFunction(obj.toString) && obj.toString !== toString;
552}
553
554
555/**

Callers 2

createPredicateFnFunction · 0.70
objectValueFunction · 0.70

Calls 1

isFunctionFunction · 0.70

Tested by

no test coverage detected