Remove extra operation from "info"

This commit is contained in:
Alexey Shvayka 2020-03-06 16:25:15 +02:00 committed by Rick Waldron
parent 13082b0385
commit fea38b7b8e
1 changed files with 0 additions and 6 deletions

View File

@ -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]
---*/ ---*/