Remove spec step from "info" that is no longer correct

This commit is contained in:
Alexey Shvayka 2021-03-02 19:16:23 +02:00 committed by Rick Waldron
parent f89bd5a29b
commit 63ad029d71
2 changed files with 0 additions and 6 deletions

View File

@ -11,9 +11,6 @@ info: |
a. Let numericIndex be ! CanonicalNumericIndexString(P).
b. If numericIndex is not undefined, then
...
If Desc has a [[Configurable]] field and if Desc.[[Configurable]] is false, return false.
...
If Desc has a [[Value]] field, then
Let value be Desc.[[Value]].
Return ? IntegerIndexedElementSet(O, numericIndex, value).

View File

@ -10,9 +10,6 @@ info: |
3. If Type(P) is String, then
a. Let numericIndex be ! CanonicalNumericIndexString(P).
b. If numericIndex is not undefined, then
...
If Desc has a [[Configurable]] field and if Desc.[[Configurable]] is
true, return false.
...
If Desc has a [[Value]] field, then
Let value be Desc.[[Value]].