Skip to content

Commit

Permalink
Integer-indexed elements should be configurable.
Browse files Browse the repository at this point in the history
  • Loading branch information
rkirsling committed Sep 9, 2020
1 parent 7a4127f commit 8298b5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec.html
Original file line number Diff line number Diff line change
Expand Up @@ -9163,7 +9163,7 @@ <h1>[[GetOwnProperty]] ( _P_ )</h1>
1. If _numericIndex_ is not *undefined*, then
1. Let _value_ be ! IntegerIndexedElementGet(_O_, _numericIndex_).
1. If _value_ is *undefined*, return *undefined*.
1. Return the PropertyDescriptor { [[Value]]: _value_, [[Writable]]: *true*, [[Enumerable]]: *true*, [[Configurable]]: *false* }.
1. Return the PropertyDescriptor { [[Value]]: _value_, [[Writable]]: *true*, [[Enumerable]]: *true*, [[Configurable]]: *true* }.
1. Return OrdinaryGetOwnProperty(_O_, _P_).
</emu-alg>
</emu-clause>
Expand Down

0 comments on commit 8298b5c

Please sign in to comment.