[Webkit-unassigned] [Bug 148562] Web Inspector: Type bubbles missing for methods

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Aug 27 22:25:01 PDT 2015


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

Joseph Pecoraro <joepeck at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|Web Inspector: Type bubbles |Web Inspector: Type bubbles
                   |missing for computed        |missing for methods
                   |property methods            |

--- Comment #2 from Joseph Pecoraro <joepeck at webkit.org> ---
Seems to be broken for computed and regular methods:

* TEST
var o = {
    ["computed"](){return 10},
    normal(){return 20}
}
console.log(o.computed());
console.log(o.normal());

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150828/970de8ef/attachment.html>


More information about the webkit-unassigned mailing list