()
| 3070 | } |
| 3071 | |
| 3072 | function get() { |
| 3073 | var action = isFunction ? 'accessing the method' : 'accessing the property'; |
| 3074 | var result = isFunction ? 'This is a no-op function' : 'This is set to null'; |
| 3075 | warn(action, result); |
| 3076 | return getVal; |
| 3077 | } |
| 3078 | |
| 3079 | function warn(action, result) { |
| 3080 | var warningCondition = false; |
no test coverage detected