()
| 2406 | } |
| 2407 | |
| 2408 | function get() { |
| 2409 | var action = isFunction ? 'accessing the method' : 'accessing the property'; |
| 2410 | var result = isFunction ? 'This is a no-op function' : 'This is set to null'; |
| 2411 | warn(action, result); |
| 2412 | return getVal; |
| 2413 | } |
| 2414 | |
| 2415 | function warn(action, result) { |
| 2416 | var warningCondition = false; |
no test coverage detected