aboutsummaryrefslogtreecommitdiff
path: root/deps/v8/test/inspector/runtime/console-context-expected.txt
blob: 941f9c34dac9b4465a6e66c8f2f489505ec2b47c (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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
Tests console.context

Running test: testConsoleContextMethod
console.context description:
{
    className : Function
    description : function context() { [native code] }
    objectId : <objectId>
    type : function
}
console.context() methods:
[
    [0] : debug
    [1] : error
    [2] : info
    [3] : log
    [4] : warn
    [5] : dir
    [6] : dirXml
    [7] : table
    [8] : trace
    [9] : group
    [10] : groupCollapsed
    [11] : groupEnd
    [12] : clear
    [13] : count
    [14] : assert
    [15] : markTimeline
    [16] : profile
    [17] : profileEnd
    [18] : timeline
    [19] : timelineEnd
    [20] : time
    [21] : timeEnd
    [22] : timeStamp
]

Running test: testDefaultConsoleContext
undefined
undefined
undefined

Running test: testAnonymousConsoleContext
anonymous#2
anonymous#3
anonymous#4

Running test: testNamedConsoleContext
named-context#6
named-context#6
named-context#6

Running test: testTwoConsoleContextsWithTheSameName
named-context#7
named-context#8

Running test: testConsoleCountInDifferentConsoleContexts
[
    [0] : {
        type : string
        value : 239: 1
    }
]
[
    [0] : {
        type : string
        value : 239: 1
    }
]

Running test: testConsoleCountForNamedConsoleContext
[
    [0] : {
        type : string
        value : 239: 1
    }
]
[
    [0] : {
        type : string
        value : 239: 2
    }
]