(val)
| 3740 | }; |
| 3741 | |
| 3742 | function set(val) { |
| 3743 | var action = isFunction ? 'setting the method' : 'setting the property'; |
| 3744 | warn(action, 'This is effectively a no-op'); |
| 3745 | return val; |
| 3746 | } |
| 3747 | |
| 3748 | function get() { |
| 3749 | var action = isFunction ? 'accessing the method' : 'accessing the property'; |