1. 15 Jul, 2020 1 commit
    • Victor Gomes's avatar
      [tests] Fix parameter indices in test-code-stub-assembler · ebcc39d5
      Victor Gomes authored
      The cctests were wrong, since they access the first parameter using `Parameter(0)`. They should instead use `Parameter(1)`, since the index 0 is the receiver, and the receiver is set to be always the undefined object in `FunctionTester::Call`.
      
      The reason it used to work is that the tests would set up an access to the stack with the wrong number of parameters, accessing only a stack suffix.
      
      Change-Id: I02b7ee97c8759c7aecda0338863b7727762df1ba
      Bug: v8:10201
      Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2299364
      Commit-Queue: Toon Verwaest <verwaest@chromium.org>
      Reviewed-by: 's avatarToon Verwaest <verwaest@chromium.org>
      Auto-Submit: Victor Gomes <victorgomes@chromium.org>
      Cr-Commit-Position: refs/heads/master@{#68876}
      ebcc39d5
  2. 13 Nov, 2019 1 commit
  3. 12 Sep, 2019 1 commit
  4. 10 Sep, 2019 1 commit
  5. 23 Aug, 2019 1 commit
  6. 27 May, 2019 1 commit
    • Clemens Hammacher's avatar
      [cleanup] Replace simple typedefs by using · a335f2ae
      Clemens Hammacher authored
      This replaces all typedefs that define types and not functions by the
      equivalent "using" declaration.
      
      This was done mostly automatically using this command:
      ag -l '\btypedef\b' src test | xargs -L1 \
           perl -i -p0e 's/typedef ([^*;{}]+) (\w+);/using \2 = \1;/sg'
      
      Patchset 2 then adds some manual changes for typedefs for pointer types,
      where the regular expression did not match.
      
      R=mstarzinger@chromium.org
      TBR=yangguo@chromium.org, jarin@chromium.org
      
      Bug: v8:9183
      Change-Id: I6f6ee28d1793b7ac34a58f980b94babc21874b78
      Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/1631409
      Commit-Queue: Clemens Hammacher <clemensh@chromium.org>
      Reviewed-by: 's avatarMichael Starzinger <mstarzinger@chromium.org>
      Cr-Commit-Position: refs/heads/master@{#61849}
      a335f2ae
  7. 23 May, 2019 1 commit
  8. 13 Nov, 2018 1 commit
  9. 05 Nov, 2018 1 commit
  10. 26 Oct, 2018 1 commit
  11. 23 May, 2018 1 commit
  12. 29 Sep, 2017 2 commits
  13. 28 Sep, 2017 2 commits
  14. 19 May, 2017 1 commit
  15. 15 Mar, 2017 1 commit
  16. 23 Feb, 2017 1 commit
  17. 19 Jan, 2017 1 commit
  18. 15 Dec, 2016 1 commit
  19. 16 Nov, 2016 1 commit