(value)
| 1307 | } |
| 1308 | |
| 1309 | function isUndefinedOrNull (value) { |
| 1310 | return value === null || value === undefined; |
| 1311 | } |
| 1312 | |
| 1313 | function isArguments (object) { |
| 1314 | return Object.prototype.toString.call(object) == '[object Arguments]'; |
no outgoing calls
no test coverage detected
searching dependent graphs…