(val)
| 2400 | }; |
| 2401 | |
| 2402 | function set(val) { |
| 2403 | var action = isFunction ? 'setting the method' : 'setting the property'; |
| 2404 | warn(action, 'This is effectively a no-op'); |
| 2405 | return val; |
| 2406 | } |
| 2407 | |
| 2408 | function get() { |
| 2409 | var action = isFunction ? 'accessing the method' : 'accessing the property'; |
no test coverage detected