1. 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
  2. 05 Aug, 2015 1 commit
  3. 16 Jun, 2015 1 commit
  4. 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
  5. 24 Mar, 2015 1 commit
  6. 23 Mar, 2015 1 commit
  7. 12 Mar, 2015 1 commit
  8. 12 Jan, 2015 1 commit
  9. 18 Dec, 2014 2 commits
  10. 04 Dec, 2014 1 commit
  11. 03 Dec, 2014 1 commit
  12. 26 Nov, 2014 1 commit
  13. 20 Nov, 2014 1 commit
  14. 19 Nov, 2014 1 commit
  15. 14 Nov, 2014 1 commit