DescriptionAdditional 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
Committed: https://crrev.com/8068b91d15733eee3f97bb741197a1b6da1550e1
Cr-Commit-Position: refs/heads/master@{#29717}
Patch Set 1 #Patch Set 2 : Test nonconfigurable integer indexed properties #
Total comments: 2
Messages
Total messages: 8 (1 generated)
|