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
43 B
JavaScript
2 lines
43 B
JavaScript
({ "__proto__": null, '__proto__': null })
|