(object)
| 1311 | } |
| 1312 | |
| 1313 | function isArguments (object) { |
| 1314 | return Object.prototype.toString.call(object) == '[object Arguments]'; |
| 1315 | } |
| 1316 | |
| 1317 | function objEquiv (a, b) { |
| 1318 | if (isUndefinedOrNull(a) || isUndefinedOrNull(b)) |
no outgoing calls
no test coverage detected
searching dependent graphs…