()
| 3111 | } |
| 3112 | |
| 3113 | function get() { |
| 3114 | var action = isFunction ? 'accessing the method' : 'accessing the property'; |
| 3115 | var result = isFunction ? 'This is a no-op function' : 'This is set to null'; |
| 3116 | warn(action, result); |
| 3117 | return getVal; |
| 3118 | } |
| 3119 | |
| 3120 | function warn(action, result) { |
| 3121 | var warningCondition = false; |
no test coverage detected