Comment #6 on issue 3799 by [email protected]: The [[Configurable]] attribute of properties of typed arrays should be false
https://code.google.com/p/v8/issues/detail?id=3799#c6

The following revision refers to this bug:
https://chromium.googlesource.com/v8/v8.git/+/8068b91d15733eee3f97bb741197a1b6da1550e1

commit 8068b91d15733eee3f97bb741197a1b6da1550e1
Author: littledan <[email protected]>
Date: Fri Jul 17 00:21:11 2015

Additional TypedArray tests

- Test that TypedArray properties cannot be set in strict mode
  Properties like %TypedArray%.prototype.length have a getter and no
  setter. This test verifies that property, which was apparently not
  true in the past or had no test ensuring throwing in this case.
- Test that TypedArray integer indexed properties (array elements)
  are not configurable

Both of these have passed for some time, but there are open bugs against
them and apparently no tests verifying that they are fixed.

BUG=v8:3048, v8:3799
LOG=N
R=adamk

Review URL: https://codereview.chromium.org/1232843005

Cr-Commit-Position: refs/heads/master@{#29717}

[modify] http://crrev.com/8068b91d15733eee3f97bb741197a1b6da1550e1/test/mjsunit/es6/typedarray.js


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