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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Aug 27 22:20:26 PDT 2015


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

            Bug ID: 148562
           Summary: Web Inspector: Type bubbles missing for computed
                    property methods
    Classification: Unclassified
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: All
                OS: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Web Inspector
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: joepeck at webkit.org
                CC: bburg at apple.com, graouts at webkit.org,
                    joepeck at webkit.org, mattbaker at apple.com,
                    nvasilyev at apple.com, sbarati at apple.com,
                    timothy at apple.com, webkit-bug-importer at group.apple.com

* SUMMARY
Type bubbles missing for computed property methods.

* TEST
1 var o = {
2     ["computed"]() {
3         return 10;
4     }
5 }
6 console.log(o.computed());

* RESULTS
- Expected type bubbles for the method "computed" but got none

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


More information about the webkit-unassigned mailing list