[Webkit-unassigned] [Bug 255946] New: Web Inspector: private symbols should not be shown in the scope chain

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Apr 25 12:18:29 PDT 2023


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

            Bug ID: 255946
           Summary: Web Inspector: private symbols should not be shown in
                    the scope chain
           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: hi at devinrousso.com
                CC: inspector-bugzilla-changes at group.apple.com

# STEPS TO REPRODUCE
1. inspect any page
2. evaluate in Web Inspector
```
(new class { #x = 42; test() { debugger; } }).test()
```

## EXPECTED

the scope chain details sidebar panel would be empty

## ACTUAL

there is a property named "#x" with a value of `Symbol()`

-- 
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/20230425/50ab9b86/attachment.htm>


More information about the webkit-unassigned mailing list