summaryrefslogtreecommitdiff
path: root/deps/v8/test/inspector/runtime/console-spec-expected.txt
blob: 48cbc70fe27cc144deb00b402476a5dda52b5124 (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
Tests console object and it's prototype

Running test: consoleExistsOnGlobal
true

Running test: consoleHasRightPropertyDescriptor
{
    configurable : true
    enumerable : false
    value : <value>
    writable : true
}

Running test: ConsoleNotExistsOnGlobal
false

Running test: prototypeChainMustBeCorrect
true

Running test: consoleToString
[object Object]

Running test: consoleMethodPropertyDescriptor
{
    configurable : true
    enumerable : true
    value : {
    }
    writable : true
}