v8/test/inspector/runtime/console-spec-expected.txt

30 lines
460 B
Plaintext
Raw Normal View History

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
}