DescriptionX87: [proxies] fix access issue when having proxies on the prototype-chain of global objects.
port 2c75e3d2abc3eba3337a09afcd0dfa3e653ff006 (r32903)
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/e0a3ff0f5c72e6c3eb74740c763465233e4b2c63
Cr-Commit-Position: refs/heads/master@{#32924}
Patch Set 1 #
Messages
Total messages: 8 (3 generated)
|