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.
2 lines
37 B
JavaScript
2 lines
37 B
JavaScript
x = { __proto__: 42, __proto__: 43 }
|