1. 01 Oct, 2018 10 commits
  2. 30 Sep, 2018 4 commits
  3. 29 Sep, 2018 4 commits
  4. 28 Sep, 2018 21 commits
  5. 27 Sep, 2018 1 commit
    • Benedikt Meurer's avatar
      [parser] Name outer promise ".promise" in the desugaring. · bd68cc82
      Benedikt Meurer authored
      The Parser inserts a temporary .promise variable to hold the outer
      promise for async functions, but doesn't assign an actually visible
      name to it. This change puts the name ".promise" on it (similar to
      what we do for other special variables like .result), which makes it
      easier to debug this (for V8 developers). It's not observable to
      regular developers.
      
      Bug: v8:7522, v8:8015
      Change-Id: I388352ad931a49102cb5afe350314337a505a150
      Reviewed-on: https://chromium-review.googlesource.com/1249106Reviewed-by: 's avatarAdam Klein <adamk@chromium.org>
      Commit-Queue: Benedikt Meurer <bmeurer@chromium.org>
      Cr-Commit-Position: refs/heads/master@{#56276}
      bd68cc82