[Webkit-unassigned] [Bug 157148] Assertion failure when accessing static class getter named "name"
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu May 26 05:31:56 PDT 2016
https://bugs.webkit.org/show_bug.cgi?id=157148
--- Comment #1 from Yusuke Suzuki <utatane.tea at gmail.com> ---
We performed putDirect for static members, but in that case, we don't consider about non-JSObject cases (in this case, it is JSFunction). Then, we put "name" field forcefully.
So later, JSFunction reify its "name" field, and fail.
--
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/20160526/3f84b2e3/attachment.html>
More information about the webkit-unassigned
mailing list