1. 21 Jan, 2015 1 commit
  2. 20 Jan, 2015 3 commits
  3. 19 Jan, 2015 2 commits
  4. 16 Jan, 2015 1 commit
  5. 15 Jan, 2015 1 commit
    • arv's avatar
      ES6 computed property names · 74e38e34
      arv authored
      This adds support for computed property names, under the flag
      --harmony-computed-property-names, for both object literals and
      classes.
      
      This is a revert of the revert, 7d48fd9d.
      
      BUG=v8:3754
      LOG=Y
      R=dslomov@chromium.org
      
      Review URL: https://codereview.chromium.org/798243004
      
      Cr-Commit-Position: refs/heads/master@{#26084}
      74e38e34
  6. 14 Jan, 2015 1 commit
  7. 22 Dec, 2014 1 commit
  8. 20 Dec, 2014 1 commit
  9. 19 Dec, 2014 2 commits
  10. 17 Dec, 2014 2 commits
  11. 16 Dec, 2014 3 commits
  12. 15 Dec, 2014 3 commits
  13. 12 Dec, 2014 2 commits
  14. 08 Dec, 2014 1 commit
  15. 05 Dec, 2014 2 commits
  16. 03 Dec, 2014 1 commit
  17. 02 Dec, 2014 4 commits
  18. 01 Dec, 2014 1 commit
  19. 26 Nov, 2014 1 commit
    • dslomov's avatar
      harmony-scoping: make assignment to 'const' a late error. · 6ac4de87
      dslomov authored
      Per TC39 Nov 2014 decision.
      
      This patch also changes behavior for "legacy const": assignments to sloppy const in strict mode is now also a type error. This fixes v8:2243 and also brings us in compliance with other engines re assignment to function names (see updated webkit test), but might have bigger implications.
      That change can easily be reverted by changing Variable::IsSignallingAssignmentToConst.
      
      BUG=v8:3713,v8:2243
      LOG=N
      
      Review URL: https://codereview.chromium.org/749633002
      
      Cr-Commit-Position: refs/heads/master@{#25516}
      6ac4de87
  20. 21 Nov, 2014 2 commits
  21. 19 Nov, 2014 2 commits
  22. 18 Nov, 2014 3 commits