[Webkit-unassigned] [Bug 172683] Debugger has unexpected effect on program correctness
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sat May 27 13:49:36 PDT 2017
https://bugs.webkit.org/show_bug.cgi?id=172683
--- Comment #1 from Sam Weinig <sam at webkit.org> ---
The test case is replacing the @@iterator on Array to a function that counts the number of times it is accessed, and then forwards on to the original iterator.
So it seems, when debugging, something is accessing the Array.prototype[@@iterator] in an observable way, which is unexpected to me, though I don't know if it is a bug.
--
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/20170527/12bab9ad/attachment.html>
More information about the webkit-unassigned
mailing list