DescriptionMIPS: Fix `[proxies] fix access issue when having proxies on the prototype-chain of global objects.`
Port 2c75e3d2abc3eba3337a09afcd0dfa3e653ff006
Original commit message:
We can no longer just walk the prototype chain without doing proper access-checks. When installing a proxy as the __proto__ of the global object we might accidentally end up invoking cross-realm code without access-checks (see proxies-cross-realm-ecxeption.js).
BUG=
Committed: https://crrev.com/bc55af3c97d6a7552a409e1b79158c3192908c57
Cr-Commit-Position: refs/heads/master@{#32921}
Patch Set 1 #
Messages
Total messages: 8 (3 generated)
|