summaryrefslogtreecommitdiff
path: root/deps/v8/test/inspector/runtime/console-time-log-expected.txt
blob: 4cf9e408a3d2dc2c00aed04e32499e4cdaae639d (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
Test for console.timeLog
[
    [0] : {
        type : string
        value : 42: 1ms
    }
    [1] : {
        type : string
        value : a
    }
]
[
    [0] : {
        type : string
        value : 42: 2ms
    }
    [1] : {
        type : string
        value : a
    }
    [2] : {
        type : string
        value : b
    }
]
[
    [0] : {
        type : string
        value : 42: 3ms
    }
]
[
    [0] : {
        type : string
        value : Timer '42' does not exist
    }
]