Commit ce5d599
[K/JS] Fix coroutines on ES2015 generators when there is not a GeneratorCoroutine was provided as a continuation ^KTOR-6882 Fixed
1 parent ca9fb23 commit ce5d599
2 files changed
Lines changed: 19 additions & 7 deletions
File tree
- compiler/ir/backend.js/src/org/jetbrains/kotlin/ir/backend/js/transformers/irToJs
- libraries/stdlib/js/src/kotlin/coroutines/intrinsics
Lines changed: 10 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
284 | 284 | | |
285 | 285 | | |
286 | 286 | | |
| 287 | + | |
| 288 | + | |
| 289 | + | |
| 290 | + | |
| 291 | + | |
| 292 | + | |
| 293 | + | |
| 294 | + | |
| 295 | + | |
| 296 | + | |
287 | 297 | | |
288 | 298 | | |
289 | 299 | | |
| |||
Lines changed: 9 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
281 | 281 | | |
282 | 282 | | |
283 | 283 | | |
284 | | - | |
285 | | - | |
| 284 | + | |
| 285 | + | |
| 286 | + | |
| 287 | + | |
| 288 | + | |
| 289 | + | |
286 | 290 | | |
287 | | - | |
| 291 | + | |
288 | 292 | | |
289 | | - | |
290 | | - | |
291 | | - | |
| 293 | + | |
292 | 294 | | |
293 | | - | |
| 295 | + | |
294 | 296 | | |
295 | 297 | | |
296 | 298 | | |
| |||
0 commit comments