• verwaest's avatar
    Simplify and fix the rewriter · caba112d
    verwaest authored
    Now we
    - always set .result to undefined before a visited loop and switch since we can't know whether they will set a value,
    - only visit finally if it can break/continue; and only store/restore .result in that case
    
    BUG=
    
    Review-Url: https://codereview.chromium.org/2427253003
    Cr-Commit-Position: refs/heads/master@{#40542}
    caba112d
completion.js 6.44 KB