DescriptionPPC: [proxies] throw TypeError if is_callable Map bit is unset
Port 18b9c1ce705e5fe38c23bdd19fcbbfbe3121c611
Original commit message:
Per ProxyCreate() (https://tc39.github.io/ecma262/#sec-proxycreate), a Proxy
is only given a [[Call]] slot if the target has a [[Call]] slot as well. This
was previously implemented correctly for [[Construct]], but not for [[Call]].
R=caitpotter88@gmail.com, joransiu@ca.ibm.com, jyan@ca.ibm.com, michael_dawson@ca.ibm.com
BUG=v8:4797, v8:4796, v8:1543
LOG=N
Committed: https://crrev.com/392435bc1458978c28a86f448a7b1eb6717a9ff1
Cr-Commit-Position: refs/heads/master@{#34465}
Patch Set 1 #
Messages
Total messages: 7 (2 generated)
|