Open Bug 503634 Opened 17 years ago Updated 3 years ago

for...in returns objects that aren't accessible

Categories

(Core :: DOM: Core & HTML, defect, P5)

defect

Tracking

()

People

(Reporter: pvnick, Unassigned)

Details

I don't know if this is a bug, but it seems weird to me. var child; var obj; for(child in window.__proto__) obj = window.__proto__[child]; will throw an error. Why is this?
https://bugzilla.mozilla.org/show_bug.cgi?id=1472046 Move all DOM bugs that haven’t been updated in more than 3 years and has no one currently assigned to P5. If you have questions, please contact :mdaly.
Priority: -- → P5
Component: DOM → DOM: Core & HTML
Severity: normal → S3
You need to log in before you can comment on or make changes to this bug.