Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

wrappedJSObject & "next" property

4 views
Skip to first unread message

Jan Odvarko

unread,
Dec 18, 2009, 7:35:04 AM12/18/09
to
One reported problem in Firebug says that an object's property labeled
"next" is not visible in the DOM panel.

After digging into the problem I have found that if a JS object
defined on a page eg:

var a = {a:1, b:2, next:3};

... is accessed from chrome using wrappedJSObject, the "next" property
is not visible when iterating properties using
for-in loop.

Is this known problem?

Honza

Boris Zbarsky

unread,
Dec 18, 2009, 11:50:16 AM12/18/09
to
On 12/18/09 4:35 AM, Jan Odvarko wrote:
> Is this known problem?

No. Please file?

-Boris

Jan Odvarko

unread,
Dec 21, 2009, 4:51:14 AM12/21/09
to
0 new messages