()
| 466 | strTrue.toString = function() { return true; } |
| 467 | |
| 468 | var func = function() { /* Is callable */ }; |
| 469 | |
| 470 | var funcJSON = function() { /* Is callable */ }; |
| 471 | funcJSON.toJSON = function() { return "has toJSON"; }; |
no outgoing calls
searching dependent graphs…