(val)
| 3121 | }; |
| 3122 | |
| 3123 | function set(val) { |
| 3124 | var action = isFunction ? 'setting the method' : 'setting the property'; |
| 3125 | warn(action, 'This is effectively a no-op'); |
| 3126 | return val; |
| 3127 | } |
| 3128 | |
| 3129 | function get() { |
| 3130 | var action = isFunction ? 'accessing the method' : 'accessing the property'; |
no test coverage detected