summaryrefslogtreecommitdiff
path: root/deps/v8/test/inspector/runtime/evaluate-run-microtasks-expected.txt
blob: 080db69d7ee9693784c8e839f3a6eba96cb492d9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
Tests that microtasks run before the Runtime.evaluate response is sent
{
    method : Runtime.consoleAPICalled
    params : {
        args : [
            [0] : {
                description : 42
                type : number
                value : 42
            }
        ]
        executionContextId : <executionContextId>
        stackTrace : {
            callFrames : [
                [0] : {
                    columnNumber : 37
                    functionName : Promise.resolve.then
                    lineNumber : 0
                    scriptId : <scriptId>
                    url : 
                }
            ]
        }
        timestamp : <timestamp>
        type : log
    }
}
{
    id : <messageId>
    result : {
        result : {
            className : Promise
            description : Promise
            objectId : <objectId>
            subtype : promise
            type : object
        }
    }
}