| OLD | NEW |
| 1 Tests that Runtime.awaitPromise works. | 1 Tests that Runtime.awaitPromise works. |
| 2 | 2 |
| 3 Running test: testResolvedPromise | 3 Running test: testResolvedPromise |
| 4 { | 4 { |
| 5 result : { | 5 result : { |
| 6 description : 239 | 6 description : 239 |
| 7 type : number | 7 type : number |
| 8 value : 239 | 8 value : 239 |
| 9 } | 9 } |
| 10 } | 10 } |
| (...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 59 value : 239 | 59 value : 239 |
| 60 } | 60 } |
| 61 exceptionId : 0 | 61 exceptionId : 0 |
| 62 lineNumber : 0 | 62 lineNumber : 0 |
| 63 stackTrace : { | 63 stackTrace : { |
| 64 callFrames : [ | 64 callFrames : [ |
| 65 ] | 65 ] |
| 66 parent : { | 66 parent : { |
| 67 callFrames : [ | 67 callFrames : [ |
| 68 [0] : { | 68 [0] : { |
| 69 columnNumber : 4 | 69 columnNumber : 6 |
| 70 functionName : rejectPromise | 70 functionName : rejectPromise |
| 71 lineNumber : 21 | 71 lineNumber : 14 |
| 72 scriptId : 0 | 72 scriptId : 0 |
| 73 url : | 73 url : |
| 74 } | 74 } |
| 75 [1] : { | 75 [1] : { |
| 76 columnNumber : 0 | 76 columnNumber : 0 |
| 77 functionName : | 77 functionName : |
| 78 lineNumber : 0 | 78 lineNumber : 0 |
| 79 scriptId : 0 | 79 scriptId : 0 |
| 80 url : | 80 url : |
| 81 } | 81 } |
| (...skipping 25 matching lines...) Expand all Loading... |
| 107 type : undefined | 107 type : undefined |
| 108 } | 108 } |
| 109 } | 109 } |
| 110 | 110 |
| 111 Running test: testGarbageCollectedPromise | 111 Running test: testGarbageCollectedPromise |
| 112 { | 112 { |
| 113 code : -32000 | 113 code : -32000 |
| 114 message : Promise was collected | 114 message : Promise was collected |
| 115 } | 115 } |
| 116 | 116 |
| OLD | NEW |