OLD | NEW |
1 Check that continue-to-location works with different strategies. | 1 Check that continue-to-location works with different strategies. |
2 | 2 |
3 Running test: testAwaitAny | 3 Running test: testAwaitAny |
4 (anonymous) (expr.js:0:0) | 4 (anonymous) (expr.js:0:0) |
5 | 5 |
6 asyncFact (test.js:9:2) | 6 asyncFact (test.js:9:2) |
7 (anonymous) (expr.js:0:0) | 7 (anonymous) (expr.js:0:0) |
8 | 8 |
9 asyncFact (test.js:11:2) | 9 asyncFact (test.js:11:2) |
10 -- async function -- | 10 -- async function -- |
(...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
72 (anonymous) (expr.js:0:0) | 72 (anonymous) (expr.js:0:0) |
73 | 73 |
74 (anonymous) (:1:10) | 74 (anonymous) (:1:10) |
75 topLevel (test.js:23:2) | 75 topLevel (test.js:23:2) |
76 (anonymous) (expr.js:0:0) | 76 (anonymous) (expr.js:0:0) |
77 | 77 |
78 (anonymous) (:4:10) | 78 (anonymous) (:4:10) |
79 topLevel (test.js:23:2) | 79 topLevel (test.js:23:2) |
80 (anonymous) (expr.js:0:0) | 80 (anonymous) (expr.js:0:0) |
81 | 81 |
| 82 |
| 83 Running test: testRunAllDeeper |
| 84 Run test from: {"lineNumber":7,"columnNumber":2} |
| 85 debugger; |
| 86 #setTimeout(foo, 0); |
| 87 callFunction(false, foo); |
| 88 |
| 89 testInDeeperFrame (test-deeper-frame.js:7:2) |
| 90 (anonymous) (expr.js:0:0) |
| 91 |
| 92 foo (test-deeper-frame.js:2:2) |
| 93 -- setTimeout -- |
| 94 testInDeeperFrame (test-deeper-frame.js:7:2) |
| 95 (anonymous) (expr.js:0:0) |
| 96 |
| 97 Run test from: {"lineNumber":8,"columnNumber":2} |
| 98 setTimeout(foo, 0); |
| 99 #callFunction(false, foo); |
| 100 callFunction(true, foo); |
| 101 |
| 102 testInDeeperFrame (test-deeper-frame.js:8:2) |
| 103 (anonymous) (expr.js:0:0) |
| 104 |
| 105 foo (test-deeper-frame.js:2:2) |
| 106 -- setTimeout -- |
| 107 callFunction (test-deeper-frame.js:21:4) |
| 108 testInDeeperFrame (test-deeper-frame.js:8:2) |
| 109 (anonymous) (expr.js:0:0) |
| 110 |
| 111 Run test from: {"lineNumber":9,"columnNumber":2} |
| 112 callFunction(false, foo); |
| 113 #callFunction(true, foo); |
| 114 [1].map(x => x * 2).map(foo); |
| 115 |
| 116 testInDeeperFrame (test-deeper-frame.js:9:2) |
| 117 (anonymous) (expr.js:0:0) |
| 118 |
| 119 foo (test-deeper-frame.js:2:2) |
| 120 -- Promise.resolve -- |
| 121 callFunction (test-deeper-frame.js:19:22) |
| 122 testInDeeperFrame (test-deeper-frame.js:9:2) |
| 123 (anonymous) (expr.js:0:0) |
| 124 |
| 125 Run test from: {"lineNumber":10,"columnNumber":22} |
| 126 callFunction(true, foo); |
| 127 [1].map(x => x * 2).#map(foo); |
| 128 callFunction(true, () => { |
| 129 |
| 130 testInDeeperFrame (test-deeper-frame.js:10:22) |
| 131 (anonymous) (expr.js:0:0) |
| 132 |
| 133 foo (test-deeper-frame.js:2:2) |
| 134 testInDeeperFrame (test-deeper-frame.js:10:22) |
| 135 (anonymous) (expr.js:0:0) |
| 136 |
| 137 Run test from: {"lineNumber":11,"columnNumber":2} |
| 138 [1].map(x => x * 2).map(foo); |
| 139 #callFunction(true, () => { |
| 140 var a = 1; |
| 141 |
| 142 testInDeeperFrame (test-deeper-frame.js:11:2) |
| 143 (anonymous) (expr.js:0:0) |
| 144 |
| 145 callFunction (test-deeper-frame.js:12:12) |
| 146 -- Promise.resolve -- |
| 147 callFunction (test-deeper-frame.js:19:22) |
| 148 testInDeeperFrame (test-deeper-frame.js:11:2) |
| 149 (anonymous) (expr.js:0:0) |
| 150 |
OLD | NEW |