(val)
| 3163 | }; |
| 3164 | |
| 3165 | function set(val) { |
| 3166 | var action = isFunction ? 'setting the method' : 'setting the property'; |
| 3167 | warn(action, 'This is effectively a no-op'); |
| 3168 | return val; |
| 3169 | } |
| 3170 | |
| 3171 | function get() { |
| 3172 | var action = isFunction ? 'accessing the method' : 'accessing the property'; |
no test coverage detected