Files
Kmake/deps/v8/test/inspector/runtime/console-spec-expected.txt
2026-05-26 23:36:42 -07:00

31 lines
501 B
Plaintext

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 console]
Running test: consoleMethodPropertyDescriptor
{
configurable : true
enumerable : true
value : {
}
writable : true
}