[JS IR] Generate 'names' entries for functions in sourcemaps

This commit is contained in:
Sergej Jaskiewicz
2022-10-04 18:17:59 +02:00
committed by Space Team
parent 1d0025c3cf
commit d9681caf0c
74 changed files with 210 additions and 177 deletions
+10 -10
View File
@@ -109,18 +109,18 @@ fun box() {
// EXPECTATIONS JS_IR
// test.kt:48 box
// test.kt:7 Foo
// test.kt:7 <init>
// test.kt:45 x
// test.kt:49 box
// test.kt:13 Bar
// test.kt:17 Bar
// test.kt:13 <init>
// test.kt:17 <init>
// test.kt:50 box
// test.kt:23 Boo
// test.kt:26 Boo
// test.kt:23 <init>
// test.kt:26 <init>
// test.kt:45 x
// test.kt:29 Boo
// test.kt:29 <init>
// test.kt:51 box
// test.kt:34 Zoo
// test.kt:36 Zoo
// test.kt:39 Zoo
// test.kt:42 Zoo
// test.kt:34 <init>
// test.kt:36 <init>
// test.kt:39 <init>
// test.kt:42 <init>