Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
538
function
valueFn(value) {
return
function
() {
return
value;};}
539
540
function
hasCustomToString(obj) {
541
return
isFunction(obj.toString) && obj.toString !== Object.prototype.toString;
542
}
543
544
545
/**
Callers
2
createPredicateFn
Function · 0.70
objectValue
Function · 0.70
Calls
1
isFunction
Function · 0.70
Tested by
no test coverage detected