[Webkit-unassigned] [Bug 174454] jsc crashes with Unexpected identifier

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jul 13 08:51:55 PDT 2017


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

Yusuke Suzuki <utatane.tea at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |WONTFIX

--- Comment #1 from Yusuke Suzuki <utatane.tea at gmail.com> ---
Thank you for filing this issue.

This createBuiltin function is introduced to test internal functionality in JSC: testing builtin (with some privilege) functions in JSC.
We do not expose it to user-space. For example, WebKit does not expose it in web pages. Only jsc shell has this because of testing purpose.

This crash is intended behavior to prevent us from writing unresolved reference in builtin JS.

-- 
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/20170713/9f45e99e/attachment.html>


More information about the webkit-unassigned mailing list