[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:49:35 PST 2015


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

--- Comment #4 from Joseph Pecoraro <joepeck at webkit.org> ---
Another note about Symbols:

    js> "" + Symbol("test")
    TypeError: Type error

However, String() works:

    js> String(Symbol("test"))
    "Symbol(test)"

So we likely have to update InjectedScriptSource's stringification to use String() or move away from (""+o).

-- 
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/e48d3e1d/attachment-0002.html>


More information about the webkit-unassigned mailing list