()
| 2949 | } |
| 2950 | |
| 2951 | function get() { |
| 2952 | var action = isFunction ? 'accessing the method' : 'accessing the property'; |
| 2953 | var result = isFunction ? 'This is a no-op function' : 'This is set to null'; |
| 2954 | warn(action, result); |
| 2955 | return getVal; |
| 2956 | } |
| 2957 | |
| 2958 | function warn(action, result) { |
| 2959 | var warningCondition = false; |
no test coverage detected