DescriptionX87: Fix issue with __proto__ when using ES6 object literals.
port bc3b2960e3b7abc16440717f289a430aef904cb1 (r26172).
original commit message:
Fix issue with __proto__ when using ES6 object literals
It should be possible to create a concise method with the name
__proto__ without setting the [[Prototype]]. Similarly, property
name shorthands with the name __proto__ should define an own
property.
BUG=
R=weiliang.lin@intel.com
Committed: https://chromium.googlesource.com/v8/v8/+/3175d302495ede827e2912656c791acf1440e669
Patch Set 1 #
Messages
Total messages: 6 (1 generated)
|