()
| 3214 | } |
| 3215 | |
| 3216 | function get() { |
| 3217 | var action = isFunction ? 'accessing the method' : 'accessing the property'; |
| 3218 | var result = isFunction ? 'This is a no-op function' : 'This is set to null'; |
| 3219 | warn(action, result); |
| 3220 | return getVal; |
| 3221 | } |
| 3222 | |
| 3223 | function warn(action, result) { |
| 3224 | var warningCondition = false; |
no test coverage detected