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
[MERGE #6150@MikeHolman] fix failure restoring arguments object when aliased in try block
Merge pull request #6150 from MikeHolman:argrestoreintry
for stack args bailout needs to know if value we are restoring is arguments (or an alias), but we don't precisely track flow in try blocks, so if assignment is to a writethrough sym we should give up on stack args.
Fixes#6058
0 commit comments