1. 02 Dec, 2017 1 commit
    • Mathias Bynens's avatar
      Normalize casing of hexadecimal digits · 822be9b2
      Mathias Bynens authored
      This patch normalizes the casing of hexadecimal digits in escape
      sequences of the form `\xNN` and integer literals of the form
      `0xNNNN`.
      
      Previously, the V8 code base used an inconsistent mixture of uppercase
      and lowercase.
      
      Google’s C++ style guide uses uppercase in its examples:
      https://google.github.io/styleguide/cppguide.html#Non-ASCII_Characters
      
      Moreover, uppercase letters more clearly stand out from the lowercase
      `x` (or `u`) characters at the start, as well as lowercase letters
      elsewhere in strings.
      
      BUG=v8:7109
      TBR=marja@chromium.org,titzer@chromium.org,mtrofin@chromium.org,mstarzinger@chromium.org,rossberg@chromium.org,yangguo@chromium.org,mlippautz@chromium.org
      NOPRESUBMIT=true
      
      Cq-Include-Trybots: master.tryserver.blink:linux_trusty_blink_rel;master.tryserver.chromium.linux:linux_chromium_rel_ng
      Change-Id: I790e21c25d96ad5d95c8229724eb45d2aa9e22d6
      Reviewed-on: https://chromium-review.googlesource.com/804294
      Commit-Queue: Mathias Bynens <mathias@chromium.org>
      Reviewed-by: 's avatarJakob Kummerow <jkummerow@chromium.org>
      Cr-Commit-Position: refs/heads/master@{#49810}
      822be9b2
  2. 25 Jul, 2017 1 commit
  3. 12 Jun, 2017 1 commit
  4. 09 Aug, 2016 1 commit
  5. 16 Jun, 2016 1 commit
    • clemensh's avatar
      [wasm] Implement AST printing into an ostream · 12aa132d
      clemensh authored
      This will be used for disassembling individual wasm function for
      showing them in devtools.
      The PrintAst function now also optionally provides an offset table
      mapping from byte offset to line and column in the generated text.
      
      R=titzer@chromium.org, ahaas@chromium.org
      BUG=chromium:613110
      
      Review-Url: https://codereview.chromium.org/2050213002
      Cr-Commit-Position: refs/heads/master@{#37026}
      12aa132d
  6. 21 Jan, 2016 3 commits
  7. 30 Nov, 2015 1 commit
  8. 09 Apr, 2015 1 commit
  9. 03 Feb, 2015 1 commit
  10. 29 Jan, 2015 1 commit
  11. 19 Jan, 2015 1 commit
  12. 08 Dec, 2014 1 commit
  13. 01 Oct, 2014 1 commit
  14. 30 Sep, 2014 1 commit
  15. 09 Sep, 2014 2 commits
  16. 28 Aug, 2014 1 commit
  17. 11 Jul, 2014 2 commits
  18. 07 Jul, 2014 2 commits
  19. 27 Jun, 2014 1 commit