(val)
| 3105 | }; |
| 3106 | |
| 3107 | function set(val) { |
| 3108 | var action = isFunction ? 'setting the method' : 'setting the property'; |
| 3109 | warn(action, 'This is effectively a no-op'); |
| 3110 | return val; |
| 3111 | } |
| 3112 | |
| 3113 | function get() { |
| 3114 | var action = isFunction ? 'accessing the method' : 'accessing the property'; |
no test coverage detected