1. 10 Mar, 2016 1 commit
  2. 18 Nov, 2015 1 commit
  3. 29 Oct, 2015 1 commit
    • adamk's avatar
      Fix eval calls in initializers of arrow function parameters · 0bdaa4d8
      adamk authored
      This requires copying usage flags from the outer scope to the
      arrow scope upon encountering the arrow token.
      
      In order to properly pass-on the calls_eval bit, now record
      that bit on script scopes just like everywhere else, and add
      necessary code to scopes.cc to handle that change in behavior.
      
      Also factored out scope flag propagation to its own method to
      make the call site simple (though note that only the eval
      bit makes any difference for arrows).
      
      BUG=v8:4395
      LOG=n
      
      Review URL: https://codereview.chromium.org/1423613002
      
      Cr-Commit-Position: refs/heads/master@{#31660}
      0bdaa4d8
  4. 30 Sep, 2015 1 commit
  5. 19 Jun, 2015 1 commit
  6. 10 Jun, 2015 1 commit
  7. 19 Feb, 2015 1 commit
  8. 10 Feb, 2015 1 commit
    • adamk's avatar
      Enable compiling mjsunit tests as ES6 modules · a18b797f
      adamk authored
      Adding the line "// MODULE" to an mjsunit file will now cause
      run-tests.py to prefix the test case with "--module" in the
      d8 commandline.
      
      d8 has itself been updated to treat files preceded with "--module" as
      modules (that is, it compiles them with ScriptCompiler::CompileModule,
      and turns on --harmony-modules).
      
      Review URL: https://codereview.chromium.org/902263002
      
      Cr-Commit-Position: refs/heads/master@{#26555}
      a18b797f
  9. 22 Jan, 2015 1 commit
  10. 07 Jan, 2015 1 commit
  11. 05 Jan, 2015 1 commit
  12. 03 Jan, 2015 1 commit
  13. 24 Jun, 2014 1 commit
  14. 04 Jun, 2014 1 commit
  15. 03 Apr, 2014 1 commit
  16. 31 Mar, 2014 1 commit
  17. 28 Feb, 2014 3 commits
  18. 25 Feb, 2014 1 commit
  19. 20 Feb, 2014 1 commit
  20. 14 Feb, 2014 1 commit