1. 23 Mar, 2015 1 commit
  2. 13 Mar, 2015 1 commit
  3. 29 Jan, 2015 1 commit
    • arv's avatar
      Move object literal checking into checker classes · b004b1d8
      arv authored
      This removes the duplicate property check from object literals.
      
      Instead we repurpose the ObjectLiteralChecker into two cases, implemented
      by two subclasses to ObjectLiteralCheckerBase called ObjectLiteralChecker
      and ClassLiteralChecker.
      
      The object literal checker now only checks for duplicate __proto__ fields in
      object literals.
      
      The class literal checker checks for duplicate constructors, non constructor
      fields named constructor as well as static properties named prototype.
      
      BUG=v8:3819
      LOG=Y
      R=adamk, dslomov@chromium.org
      
      Review URL: https://codereview.chromium.org/873823003
      
      Cr-Commit-Position: refs/heads/master@{#26336}
      b004b1d8
  4. 21 Jan, 2015 1 commit
  5. 09 Jan, 2015 1 commit
  6. 08 Jan, 2015 1 commit
  7. 22 Dec, 2014 1 commit
  8. 18 Dec, 2014 1 commit
  9. 15 Dec, 2014 1 commit
  10. 10 Dec, 2014 1 commit
  11. 08 Dec, 2014 1 commit
  12. 27 Nov, 2014 1 commit
  13. 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
  14. 21 Nov, 2014 1 commit
  15. 30 Oct, 2014 2 commits
  16. 23 Oct, 2014 2 commits
  17. 17 Oct, 2014 1 commit
  18. 10 Oct, 2014 1 commit
  19. 15 Sep, 2014 2 commits
  20. 11 Sep, 2014 1 commit
  21. 10 Sep, 2014 1 commit
  22. 21 Aug, 2014 1 commit
  23. 20 Aug, 2014 2 commits
  24. 07 Aug, 2014 2 commits
  25. 06 Aug, 2014 3 commits
  26. 05 Aug, 2014 2 commits
  27. 04 Aug, 2014 1 commit
  28. 01 Aug, 2014 2 commits
  29. 22 Jul, 2014 3 commits