()
| 2400 | } |
| 2401 | |
| 2402 | function get() { |
| 2403 | var action = isFunction ? 'accessing the method' : 'accessing the property'; |
| 2404 | var result = isFunction ? 'This is a no-op function' : 'This is set to null'; |
| 2405 | warn(action, result); |
| 2406 | return getVal; |
| 2407 | } |
| 2408 | |
| 2409 | function warn(action, result) { |
| 2410 | var warningCondition = false; |
no test coverage detected