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