Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
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
Running test: consoleToString
[object Object]
Running test: consoleMethodPropertyDescriptor
enumerable : true
value : {