* Allow duplicate __proto__ keys in patterns, simple case (#6705) * Update test262 whitelist * Rename checkDuplicatedProto's parameter and adjust type * Store first __proto__ redefinition's position
2 lines
39 B
JavaScript
2 lines
39 B
JavaScript
({ __proto__: x, __proto__: y } = {});
|