Chromium Code Reviews
DescriptionVM: [Kernel] Fix remaining issues with kernel-based async/await implementation
This CL brings us on-par with the VM implementation in terms of tests.
* Ensure we have saved-try-ctx/exception/stacktrace variables hoisted out for
try-catch **and** try-finally.
* Instead of closing the stream controller for 'async*' functions on return we
do it inside an try-finally block so we get there in terms of normal and
exceptional exit.
R=vegorov@google.com
Committed: https://github.com/dart-lang/sdk/commit/673eb56471006601d2c719a48b5b54eea7467996
Patch Set 1 #Patch Set 2 : status file update #Patch Set 3 : Run dartfmt #
Total comments: 1
Patch Set 4 : Fix #
Total comments: 4
Patch Set 5 : postfix -> prefix increment #
Messages
Total messages: 10 (5 generated)
|
||||||||||||||||||||||||||||||||||||||||||||||