Spec: http://www.ecma-international.org/ecma-262/6.0/#sec-__proto__-property-names-in-object-initializers This brings back to life a bit of dead code in Parser.prototype.checkPropClash, and enables several tests that were previously disabled.
1 line
32 B
JavaScript
1 line
32 B
JavaScript
({ __proto__: 1, __proto__: 2 }) |