[Webkit-unassigned] [Bug 214054] New: Heap Snapshot Object Graph view doesn't get populated in some cases when inspecting a JSContext

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jul 7 13:19:05 PDT 2020


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

            Bug ID: 214054
           Summary: Heap Snapshot Object Graph view doesn't get populated
                    in some cases when inspecting a JSContext
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Web Inspector
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: chris.reid at sony.com
                CC: inspector-bugzilla-changes at group.apple.com

When a JSContext is created with a non-null globalObjectClass passed to JSGlobalContextCreateInGroup, that root object is created as an instance of CallbackGlobalObject and not GlobalObject.
The Object graph view only searches for objects that are instances of GlobalObject in the JSContext case so nothing gets populated in this case.

-- 
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/20200707/e8a435ac/attachment.htm>


More information about the webkit-unassigned mailing list