1. 03 Jan, 2018 1 commit
    • Yang Guo's avatar
      Skip Execution::Call in CompileFunctionInContext. · ce8f5141
      Yang Guo authored
      We execute the top-level function only to get to the wrapped function.
      We could do the same by simply instantiating it.
      
      Other approaches would change the parser so that the top-level function
      is the wrapped function. However, that change violates existing scoping
      invariants and fixing it would add a lot more complexity to the parser.
      
      R=adamk@chromium.org, marja@chromium.org
      
      Bug: v8:7172
      Change-Id: I7272b8b58fc739d47a44da3a9d4a914af3e8cf3d
      Reviewed-on: https://chromium-review.googlesource.com/836367Reviewed-by: 's avatarAdam Klein <adamk@chromium.org>
      Commit-Queue: Yang Guo <yangguo@chromium.org>
      Cr-Commit-Position: refs/heads/master@{#50333}
      ce8f5141
  2. 02 Jan, 2018 10 commits
  3. 29 Dec, 2017 7 commits
  4. 28 Dec, 2017 3 commits
  5. 27 Dec, 2017 5 commits
  6. 26 Dec, 2017 2 commits
  7. 22 Dec, 2017 12 commits