[Webkit-unassigned] [Bug 182074] JSC incorrectly interpreting script as JSON

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jan 24 16:44:10 PST 2018


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

--- Comment #2 from Mark Lam <mark.lam at apple.com> ---
I debugged this with Chris.  Interpreter::executeProgram() is interpreting the incoming source as JSON, and hence not executing it.

The bug also does not manifest if test.js contains '; foo = "root"; bar=5' (i.e. starts with a semicolon).

-- 
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/20180125/06e6a6eb/attachment.html>


More information about the webkit-unassigned mailing list