[Webkit-unassigned] [Bug 141173] Web Inspector: ES6: Improved Console Support for Symbol Objects

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Feb 2 14:46:14 PST 2015


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

--- Comment #3 from Joseph Pecoraro <joepeck at webkit.org> ---
>   (2) Showing Symbol properties on Objects
> 
>       js> var o = {}; o[Symbol("test")] = 1; o;
>       ACTUAL => {}
>       EXPECT => {Symbol("test"): 1}

Err, the EXPECT should have been {Symbol(test): 1}

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150202/5fc944b2/attachment-0002.html>


More information about the webkit-unassigned mailing list