Index: test/inspector/debugger/continue-to-location-target-call-frames-expected.txt |
diff --git a/test/inspector/debugger/continue-to-location-target-call-frames-expected.txt b/test/inspector/debugger/continue-to-location-target-call-frames-expected.txt |
index 1f41dcfc6d979f83046abae4417c2f07daaa9512..3aae6702a0771e2f5f84742b8f04fbaf9e004f20 100644 |
--- a/test/inspector/debugger/continue-to-location-target-call-frames-expected.txt |
+++ b/test/inspector/debugger/continue-to-location-target-call-frames-expected.txt |
@@ -79,3 +79,72 @@ topLevel (test.js:23:2) |
topLevel (test.js:23:2) |
(anonymous) (expr.js:0:0) |
+ |
+Running test: testRunAllDeeper |
+Run test from: {"lineNumber":7,"columnNumber":2} |
+ debugger; |
+ #setTimeout(foo, 0); |
+ callFunction(false, foo); |
+ |
+testInDeeperFrame (test-deeper-frame.js:7:2) |
+(anonymous) (expr.js:0:0) |
+ |
+foo (test-deeper-frame.js:2:2) |
+-- setTimeout -- |
+testInDeeperFrame (test-deeper-frame.js:7:2) |
+(anonymous) (expr.js:0:0) |
+ |
+Run test from: {"lineNumber":8,"columnNumber":2} |
+ setTimeout(foo, 0); |
+ #callFunction(false, foo); |
+ callFunction(true, foo); |
+ |
+testInDeeperFrame (test-deeper-frame.js:8:2) |
+(anonymous) (expr.js:0:0) |
+ |
+foo (test-deeper-frame.js:2:2) |
+-- setTimeout -- |
+callFunction (test-deeper-frame.js:21:4) |
+testInDeeperFrame (test-deeper-frame.js:8:2) |
+(anonymous) (expr.js:0:0) |
+ |
+Run test from: {"lineNumber":9,"columnNumber":2} |
+ callFunction(false, foo); |
+ #callFunction(true, foo); |
+ [1].map(x => x * 2).map(foo); |
+ |
+testInDeeperFrame (test-deeper-frame.js:9:2) |
+(anonymous) (expr.js:0:0) |
+ |
+foo (test-deeper-frame.js:2:2) |
+-- Promise.resolve -- |
+callFunction (test-deeper-frame.js:19:22) |
+testInDeeperFrame (test-deeper-frame.js:9:2) |
+(anonymous) (expr.js:0:0) |
+ |
+Run test from: {"lineNumber":10,"columnNumber":22} |
+ callFunction(true, foo); |
+ [1].map(x => x * 2).#map(foo); |
+ callFunction(true, () => { |
+ |
+testInDeeperFrame (test-deeper-frame.js:10:22) |
+(anonymous) (expr.js:0:0) |
+ |
+foo (test-deeper-frame.js:2:2) |
+testInDeeperFrame (test-deeper-frame.js:10:22) |
+(anonymous) (expr.js:0:0) |
+ |
+Run test from: {"lineNumber":11,"columnNumber":2} |
+ [1].map(x => x * 2).map(foo); |
+ #callFunction(true, () => { |
+ var a = 1; |
+ |
+testInDeeperFrame (test-deeper-frame.js:11:2) |
+(anonymous) (expr.js:0:0) |
+ |
+callFunction (test-deeper-frame.js:12:12) |
+-- Promise.resolve -- |
+callFunction (test-deeper-frame.js:19:22) |
+testInDeeperFrame (test-deeper-frame.js:11:2) |
+(anonymous) (expr.js:0:0) |
+ |