()
| 2439 | } |
| 2440 | |
| 2441 | function get() { |
| 2442 | var action = isFunction ? 'accessing the method' : 'accessing the property'; |
| 2443 | var result = isFunction ? 'This is a no-op function' : 'This is set to null'; |
| 2444 | warn(action, result); |
| 2445 | return getVal; |
| 2446 | } |
| 2447 | |
| 2448 | function warn(action, result) { |
| 2449 | var warningCondition = false; |
no test coverage detected