Skip to content

Commit 5143ee3

Browse files
committed
[js-api] Editorial: replace reference to removed IterableToList abstract operation
1 parent 0206eb3 commit 5143ee3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

document/js-api/index.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1013,7 +1013,7 @@ Note: Exported Functions do not have a \[[Construct]] method and thus it is not
10131013
1. Otherwise,
10141014
1. Let |method| be [=?=] [$GetMethod$](|ret|, {{@@iterator}}).
10151015
1. If |method| is undefined, [=throw=] a {{TypeError}}.
1016-
1. Let |values| be [=?=] [$IterableToList$](|ret|, |method|).
1016+
1. Let |values| be [=?=] [$IteratorToList$]([=?=] [$GetIteratorFromMethod$](|ret|, |method|)).
10171017
1. Let |wasmValues| be a new, empty [=list=].
10181018
1. If |values|'s [=list/size=] is not |resultsSize|, throw a {{TypeError}} exception.
10191019
1. For each |value| and |resultType| in |values| and |results|, paired linearly,

0 commit comments

Comments
 (0)