1. 02 Feb, 2016 38 commits
  2. 01 Feb, 2016 2 commits
    • littledan's avatar
      Add UseCounters for some nonstandard JavaScript features · 11e8c03f
      littledan authored
      This patch adds a UseCounter for each of the following:
      - Allowing duplicate sloppy-mode block-scoped function declarations
        in the exact same scope
      - for-in loops with an initializer
      
      The patch also refactors some of the declaration code to clean it up and
      enable the first counter, and adds additional unit tests to nail down
      the semantics of edge cases of sloppy-mode block-scoped function declarations.
      
      BUG=v8:4693,chromium:579395
      LOG=N
      R=adamk
      
      Review URL: https://codereview.chromium.org/1633743003
      
      Cr-Commit-Position: refs/heads/master@{#33650}
      11e8c03f
    • mtrofin's avatar
      [tools] Flexible perf runner path. · 0eb08315
      mtrofin authored
      Improved flexibility for the perf runner, by adding option to
      specify precisely shell binary.
      
      NOTRY=true
      
      Review URL: https://codereview.chromium.org/1659483003
      
      Cr-Commit-Position: refs/heads/master@{#33649}
      0eb08315