You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix#2589: avoid invoking getter as side-effect (#2592)
of creating restorerer function. Check for the odd case
where we actually force setting a value through accessor
functions and only look up the value at that time.
The alternative would be more elaborate, check if the
descriptor had a `get` or a `value` field, and then
decide, but this should do the trick.
0 commit comments