(val)
| 2394 | }; |
| 2395 | |
| 2396 | function set(val) { |
| 2397 | var action = isFunction ? 'setting the method' : 'setting the property'; |
| 2398 | warn(action, 'This is effectively a no-op'); |
| 2399 | return val; |
| 2400 | } |
| 2401 | |
| 2402 | function get() { |
| 2403 | var action = isFunction ? 'accessing the method' : 'accessing the property'; |
no test coverage detected