()
| 3169 | } |
| 3170 | |
| 3171 | function get() { |
| 3172 | var action = isFunction ? 'accessing the method' : 'accessing the property'; |
| 3173 | var result = isFunction ? 'This is a no-op function' : 'This is set to null'; |
| 3174 | warn(action, result); |
| 3175 | return getVal; |
| 3176 | } |
| 3177 | |
| 3178 | function warn(action, result) { |
| 3179 | var warningCondition = false; |
no test coverage detected