1. 28 Nov, 2017 1 commit
  2. 13 Oct, 2017 1 commit
  3. 24 Aug, 2017 1 commit
  4. 21 Jun, 2017 1 commit
    • bakkot's avatar
      Reland "[parser] Forbid \08 in strict strings" · 76078e14
      bakkot authored
      (Reland: NeedsManualRebaseline'd newly-fixed layout test in Chromium.)
      
      This was never legal; the spec only allows '\0' in strict-mode strings
      or templates when not followed by a decimal digit. Previously we were
      only enforcing that it not be followed by an _octal_ digit.
      
      This was already fixed for numeric literals, but not for escape
      sequences in strings.
      
      BUG=v8:6504
      
      Review-Url: https://codereview.chromium.org/2948903002
      Cr-Commit-Position: refs/heads/master@{#46106}
      76078e14
  5. 20 Jun, 2017 2 commits
  6. 12 Jan, 2016 1 commit
    • adamk's avatar
      Stop treating scopes containing template strings tagged with 'eval' specially · f5828cb4
      adamk authored
      There's no need to mark these as possibly-direct-eval, since all such an
      eval-tagged string will ever get passed is the array of string parts, which
      will be immediately returns (since it's not a string). It will
      never do a lookup in the current scope, nor (in sloppy mode) introduce
      new declarations.
      
      This patch is not intended to change behavior, but I've added tests that
      demonstrate the stuff explained in the preceding paragraph.
      
      Review URL: https://codereview.chromium.org/1580463003
      
      Cr-Commit-Position: refs/heads/master@{#33245}
      f5828cb4
  7. 05 Aug, 2015 1 commit
  8. 16 Jun, 2015 1 commit
  9. 01 Apr, 2015 1 commit
    • mike's avatar
      Re-write duplicated assertions · 3badfdcd
      mike authored
      The modified assertions targeted the property descriptor for the
      template object's first "cooked" value. The code immediately preceeding
      these statements asserts these values.
      
      Update the assertions to instead target the property descriptor for the
      template object's first "raw" value (which are otherwise untested).
      
      BUG=
      
      Review URL: https://codereview.chromium.org/1049523003
      
      Cr-Commit-Position: refs/heads/master@{#27566}
      3badfdcd
  10. 24 Mar, 2015 1 commit
  11. 23 Mar, 2015 1 commit
  12. 12 Mar, 2015 1 commit
  13. 12 Jan, 2015 1 commit
  14. 18 Dec, 2014 2 commits
  15. 04 Dec, 2014 1 commit
  16. 03 Dec, 2014 1 commit
  17. 26 Nov, 2014 1 commit
  18. 20 Nov, 2014 1 commit
  19. 19 Nov, 2014 1 commit
  20. 14 Nov, 2014 1 commit