mirror of https://github.com/tc39/test262.git
Remove extra operation from "info"
This commit is contained in:
parent
13082b0385
commit
fea38b7b8e
|
@ -16,12 +16,6 @@ info: |
|
||||||
ii. Let len be ? LengthOfArrayLike(E).
|
ii. Let len be ? LengthOfArrayLike(E).
|
||||||
iii. If n + len > 2^53 - 1, throw a TypeError exception.
|
iii. If n + len > 2^53 - 1, throw a TypeError exception.
|
||||||
[...]
|
[...]
|
||||||
|
|
||||||
CreateDataPropertyOrThrow ( O, P, V )
|
|
||||||
|
|
||||||
[...]
|
|
||||||
3. Let success be ? CreateDataProperty(O, P, V).
|
|
||||||
4. If success is false, throw a TypeError exception.
|
|
||||||
features: [Symbol.isConcatSpreadable, Proxy]
|
features: [Symbol.isConcatSpreadable, Proxy]
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue