mirror of https://github.com/tc39/test262.git
Remove spec step from "info" that is no longer correct
This commit is contained in:
parent
f89bd5a29b
commit
63ad029d71
|
@ -11,9 +11,6 @@ info: |
|
||||||
a. Let numericIndex be ! CanonicalNumericIndexString(P).
|
a. Let numericIndex be ! CanonicalNumericIndexString(P).
|
||||||
b. If numericIndex is not undefined, then
|
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
|
If Desc has a [[Value]] field, then
|
||||||
Let value be Desc.[[Value]].
|
Let value be Desc.[[Value]].
|
||||||
Return ? IntegerIndexedElementSet(O, numericIndex, value).
|
Return ? IntegerIndexedElementSet(O, numericIndex, value).
|
||||||
|
|
|
@ -10,9 +10,6 @@ info: |
|
||||||
3. If Type(P) is String, then
|
3. If Type(P) is String, then
|
||||||
a. Let numericIndex be ! CanonicalNumericIndexString(P).
|
a. Let numericIndex be ! CanonicalNumericIndexString(P).
|
||||||
b. If numericIndex is not undefined, then
|
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
|
If Desc has a [[Value]] field, then
|
||||||
Let value be Desc.[[Value]].
|
Let value be Desc.[[Value]].
|
||||||
|
|
Loading…
Reference in New Issue