[Webkit-unassigned] [Bug 198207] New: Web Inspector: prevent stripping `console.assert` if it's used inside a string

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu May 23 19:15:32 PDT 2019


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

            Bug ID: 198207
           Summary: Web Inspector: prevent stripping `console.assert` if
                    it's used inside a string
           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: drousso at apple.com
                CC: inspector-bugzilla-changes at group.apple.com

```
    console.assert(false, "foo");
```
should be stripped


```
    let x = "console.assert(false);"
```
should not be stripped

-- 
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/20190524/033dc628/attachment-0001.html>


More information about the webkit-unassigned mailing list