[Webkit-unassigned] [Bug 151324] REGRESSION(r192436): Inspector Hanging under tryParseDestructuringPatternExpression

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Nov 16 15:29:13 PST 2015


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

--- Comment #1 from Joseph Pecoraro <joepeck at webkit.org> ---
Created attachment 265629
  --> https://bugs.webkit.org/attachment.cgi?id=265629&action=review
[TEST] Test Case

Attached a test case. This test used to take 8ms to load on my machine, it now takes 13seconds.

The test case just does:

    <script>
    Does.not.exist({...huge object literal...})
    </script>

So it is valid syntax, but immediate runtime error. Tons of time is spent parsing the literal.

-- 
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/20151116/5d7ad61a/attachment.html>


More information about the webkit-unassigned mailing list