[JS IR] Improve stepping test executor

Don't search for box function in the generated code;
instead, stop the execution right before calling it.

This makes stepping tests more accurate.
This commit is contained in:
Sergej Jaskiewicz
2022-10-26 17:18:09 +02:00
committed by Space Team
parent edd0e5e0bf
commit 0e3f48314a
16 changed files with 138 additions and 130 deletions
@@ -38,6 +38,7 @@ fun fail() : String {
// test.kt:9 box
// EXPECTATIONS JS_IR
// test.kt:16 box
// test.kt:4 box
// test.kt:5 box
// test.kt:20 fail
@@ -47,4 +48,4 @@ fun fail() : String {
// test.kt:16 box
// test.kt:8 box
// test.kt:16 box
// test.kt:9 box
// test.kt:9 box