(val)
| 2943 | }; |
| 2944 | |
| 2945 | function set(val) { |
| 2946 | var action = isFunction ? 'setting the method' : 'setting the property'; |
| 2947 | warn(action, 'This is effectively a no-op'); |
| 2948 | return val; |
| 2949 | } |
| 2950 | |
| 2951 | function get() { |
| 2952 | var action = isFunction ? 'accessing the method' : 'accessing the property'; |
no test coverage detected