Status: New
Owner: ----
New issue 3799 by L446240525: The [[Configurable]] attribute of properties
of typed arrays should be false
https://code.google.com/p/v8/issues/detail?id=3799
arr=new Int8Array([100])
[100]
Object.getOwnPropertyDescriptor(arr,"0").configurable
true // should be false.
delete arr[0]
true // should be false.
arr[0]
100
--
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.