Index: test/inspector/debugger/step-into-nested-arrow-expected.txt |
diff --git a/test/inspector/debugger/step-into-nested-arrow-expected.txt b/test/inspector/debugger/step-into-nested-arrow-expected.txt |
new file mode 100644 |
index 0000000000000000000000000000000000000000..5061a96a037b26da72463cc452f60a2eab16f55d |
--- /dev/null |
+++ b/test/inspector/debugger/step-into-nested-arrow-expected.txt |
@@ -0,0 +1,17 @@ |
+Checks that stepInto nested arrow function doesn't produce crash. |
+paused |
+(anonymous) (test.js:2:0) |
+(anonymous) (:0:6) |
+paused |
+rec (test.js:1:19) |
+(anonymous) (test.js:2:0) |
+(anonymous) (:0:6) |
+paused |
+rec (test.js:2:5) |
+(anonymous) (test.js:2:0) |
+(anonymous) (:0:6) |
+paused |
+(anonymous) (test.js:2:5) |
+(anonymous) (:0:6) |
+paused |
+(anonymous) (:0:8) |