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 chakra-core#916] MSFT: 7363961 Array.prototype.concat doesn't check if a Proxy is revoked when the Proxy is "this"
Merge pull request chakra-core#916 from Yongqu:bugfixs
There are places we directly access proxy's target & potentially handler after the proxy is revoked.
At check when non-proxy code access the handler & target, throw if proxy was revoked already.
0 commit comments