()
| 2309 | } |
| 2310 | |
| 2311 | function get() { |
| 2312 | var action = isFunction ? 'accessing the method' : 'accessing the property'; |
| 2313 | var result = isFunction ? 'This is a no-op function' : 'This is set to null'; |
| 2314 | warn(action, result); |
| 2315 | return getVal; |
| 2316 | } |
| 2317 | |
| 2318 | function warn(action, result) { |
| 2319 | var warningCondition = false; |
no test coverage detected