[Webkit-unassigned] [Bug 49453] Web Inspector: console can not shows object without prototype `console.log(Object.create(null))`

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jan 27 10:26:20 PST 2011


https://bugs.webkit.org/show_bug.cgi?id=49453





--- Comment #1 from kangax <kangax at gmail.com>  2011-01-27 10:26:20 PST ---
Note that this also happens with `console.log({ __proto__: null })` of course (since inspected object doesn't have [[Prototype]]).

I wonder if it would make sense to differentiate between "regular" Object objects and objects with null'd [[Prototype]], when displaying in console.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list