(val)
| 3208 | }; |
| 3209 | |
| 3210 | function set(val) { |
| 3211 | var action = isFunction ? 'setting the method' : 'setting the property'; |
| 3212 | warn(action, 'This is effectively a no-op'); |
| 3213 | return val; |
| 3214 | } |
| 3215 | |
| 3216 | function get() { |
| 3217 | var action = isFunction ? 'accessing the method' : 'accessing the property'; |
no test coverage detected