[Webkit-unassigned] [Bug 183267] Web Inspector: Typing Symbol.next() causes iterator advancement

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Mar 1 15:53:37 PST 2018


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

Joseph Pecoraro <joepeck at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |joepeck at webkit.org

--- Comment #1 from Joseph Pecoraro <joepeck at webkit.org> ---
Just autocomplete greedily evaluating functions. We should not do this in cases where there could be side-effects but generally it is useful to evaluate a function if there are no side-effects.

For example typing:

  js> alert(1).|

Will trigger an alert. Same issue, ")." will trigger autocompletion of the function preceding the parens.

-- 
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/20180301/dff6bd03/attachment.html>


More information about the webkit-unassigned mailing list