MCPcopy
hub / github.com/angular-ui/ui-grid / hasCustomToString

Function hasCustomToString

lib/test/angular/1.4.3/angular.js:540–542  ·  view source on GitHub ↗
(obj)

Source from the content-addressed store, hash-verified

538function valueFn(value) {return function() {return value;};}
539
540function hasCustomToString(obj) {
541 return isFunction(obj.toString) && obj.toString !== Object.prototype.toString;
542}
543
544
545/**

Callers 2

createPredicateFnFunction · 0.70
objectValueFunction · 0.70

Calls 1

isFunctionFunction · 0.70

Tested by

no test coverage detected