Comment #1 on issue 3819 by impinball: Duplicate __proto__ properties
should be a syntax error
https://code.google.com/p/v8/issues/detail?id=3819
If I understand correctly, the second example should not throw. This is
much related to that name for a computed property. It would be the cause of
a whole new class of atrocious, hard-to-find bugs and security holes.
```js
JSON.parse(String.raw `
{
"foo": 2
"__proto__": null
}
`);
// Well...that was a bad payload that nothing can be done about
```
The other three are still okay.
--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings
--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
---
You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.