Files
sdk/tests/language
Stephen Adams bfd71ad330 Test for yield* of Iterable with throwing get:iterator
DDC passes, dart2js and VM fail.

----

The dart2js and VM fringe-following scheme could be modified to call
`.iterator` at the `yield*` site and use the Iterator instead of the Iterable.
Calling `.iterator` at the `yield*` site  would move the exception to the right place. It might also present an optimization opportunity where  the call might be inlined, or the entry into the fringe-following algorithm could be made more efficient based on the type of the iterator.

Change-Id: Icfb6f7ca0b92cbeea1349ce138e469cfa707f571
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/295200
Commit-Queue: Stephen Adams <sra@google.com>
Reviewed-by: Lasse Nielsen <lrn@google.com>
2023-04-14 22:04:28 +00:00
..
2023-02-24 22:55:17 +00:00
2022-12-19 16:30:06 +00:00
2022-10-17 08:18:49 +00:00
2023-03-22 12:25:41 +00:00
2022-06-10 15:48:54 +00:00
2022-12-19 16:30:06 +00:00
2022-03-28 18:22:50 +00:00
2023-01-19 16:24:29 +00:00
2022-12-19 16:30:06 +00:00
2022-05-17 14:36:19 +00:00
2023-01-26 09:12:41 +00:00
2023-02-01 10:06:37 +00:00
2022-06-15 11:08:28 +00:00
2023-02-08 17:45:40 +00:00