Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

console redefining is a bug #9

Open
smalljam opened this issue Dec 2, 2011 · 0 comments
Open

console redefining is a bug #9

smalljam opened this issue Dec 2, 2011 · 0 comments

Comments

@smalljam
Copy link

smalljam commented Dec 2, 2011

for (i in console) console.log(i);
Chrome 15.0 : log
Chrome 15.0 => undefined

native call gives:

for (i in console) console.log(i);
profiles
memory
_commandLineAPI
debug
error
info
log
warn
dir
dirxml
trace
assert
count
markTimeline
profile
profileEnd
time
timeEnd
timeStamp
group
groupCollapsed
groupEnd

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant