(val)
| 2303 | }; |
| 2304 | |
| 2305 | function set(val) { |
| 2306 | var action = isFunction ? 'setting the method' : 'setting the property'; |
| 2307 | warn(action, 'This is effectively a no-op'); |
| 2308 | return val; |
| 2309 | } |
| 2310 | |
| 2311 | function get() { |
| 2312 | var action = isFunction ? 'accessing the method' : 'accessing the property'; |
no test coverage detected