Comment #1 on issue 3703 by [email protected]: Creating an own property on a coerced primitive object does not throw a TypeError exception in a strict mode
https://code.google.com/p/v8/issues/detail?id=3703

I realized that this issue was already reported at Issue 3088 (https://code.google.com/p/v8/issues/detail?id=3088), there was a fix for named properties, but it seems that the fix haven't merged to Chrome 38.0.2125.122, or the issue recurred.

For example, for the following code, v8 should report an exception, according to the fix:
https://code.google.com/p/v8/issues/detail?id=3088#c5

"use strict";
var a = 1;
a.x = 10; // TypeError

but it still passes silently, without reporting exceptions.

--
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.

Reply via email to