Skip to content

Commit

Permalink
[js-api] Editorial: replace reference to removed IterableToList abstr…
Browse files Browse the repository at this point in the history
…act operation
  • Loading branch information
Ms2ger committed Sep 26, 2023
1 parent 0206eb3 commit 5143ee3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion document/js-api/index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -1013,7 +1013,7 @@ Note: Exported Functions do not have a \[[Construct]] method and thus it is not
1. Otherwise,
1. Let |method| be [=?=] [$GetMethod$](|ret|, {{@@iterator}}).
1. If |method| is undefined, [=throw=] a {{TypeError}}.
1. Let |values| be [=?=] [$IterableToList$](|ret|, |method|).
1. Let |values| be [=?=] [$IteratorToList$]([=?=] [$GetIteratorFromMethod$](|ret|, |method|)).
1. Let |wasmValues| be a new, empty [=list=].
1. If |values|'s [=list/size=] is not |resultsSize|, throw a {{TypeError}} exception.
1. For each |value| and |resultType| in |values| and |results|, paired linearly,
Expand Down

0 comments on commit 5143ee3

Please sign in to comment.