[Webkit-unassigned] [Bug 167280] Calling eval in function will crash on iOS
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sun Jan 22 00:04:16 PST 2017
https://bugs.webkit.org/show_bug.cgi?id=167280
--- Comment #2 from shuan zhao <hszhsh at icloud.com> ---
Yes, it's my own release build of JavaScriptCore with the lasted code, and linked as static library with my app on iOS device. The script I'm running is as follows.
function test() {
eval("1+1");
}
test();
--
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/20170122/bb5aeb25/attachment.html>
More information about the webkit-unassigned
mailing list