(v)
| 4508 | var hooks = ['create', 'activate', 'update', 'remove', 'destroy']; |
| 4509 | |
| 4510 | function isUndef (v) { |
| 4511 | return v === undefined || v === null |
| 4512 | } |
| 4513 | |
| 4514 | function isDef (v) { |
| 4515 | return v !== undefined && v !== null |
no outgoing calls
no test coverage detected