1. 01 Jun, 2021 1 commit
  2. 21 Nov, 2016 1 commit
  3. 08 Nov, 2016 1 commit
  4. 07 Nov, 2016 2 commits
  5. 25 Jul, 2016 1 commit
  6. 10 Jun, 2016 1 commit
    • neis's avatar
      [interpreter] Fix debug stepping for generators. · 6e700b7f
      neis authored
      In commit b3bfc0bd, I corrected the source
      position of yield-exceptions by not setting the "return position" on returns
      that correspond to yields. It turns out that this caused a bug with debug
      stepping. The proper fix is to keep the return position on those returns but
      additionally attach the yield's source position to the Throw emitted in
      VisitYield.
      
      R=rmcilroy@chromium.org, yangguo@chromium.org
      BUG=v8:4907
      
      Review-Url: https://codereview.chromium.org/2051783002
      Cr-Commit-Position: refs/heads/master@{#36896}
      6e700b7f
  7. 16 Dec, 2015 1 commit
  8. 17 Sep, 2014 1 commit