Export to GitHub

chromedevtools - issue #97

Functions that have a .splice method log like arrays


Posted on Mar 8, 2014 by Swift Ox

SDK/Debugger version: Eclipse version: Google Chrome/V8 Embedder + version: [For WebKit (WIP) protocol] Backend version: OS + version:

What steps will reproduce the problem? var f = function() {}; f.splice = function() {}; console.log(f); console.dir(f); console.info(f); console.warn(f); console.error(f);

What is the expected result? f should log as function() {}

What happens instead? f logs as []

Comment #1

Posted on Mar 8, 2014 by Swift Ox

This may not be relevant here. I meant to (and later did) post this as a Chrome Developer Tools issue: https://code.google.com/p/chromium/issues/detail?id=350644

Status: New

Labels:
Type-Defect Priority-Medium