1. 12 Jun, 2015 1 commit
  2. 11 Jun, 2015 2 commits
  3. 22 Apr, 2015 2 commits
  4. 21 Apr, 2015 1 commit
  5. 13 Apr, 2015 1 commit
  6. 09 Apr, 2015 1 commit
  7. 08 Apr, 2015 4 commits
  8. 07 Apr, 2015 1 commit
  9. 01 Apr, 2015 3 commits
  10. 24 Mar, 2015 1 commit
  11. 23 Mar, 2015 1 commit
  12. 13 Mar, 2015 1 commit
  13. 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
  14. 11 Dec, 2014 1 commit
  15. 10 Dec, 2014 1 commit
  16. 15 Oct, 2014 1 commit
  17. 13 Oct, 2014 1 commit
  18. 09 Oct, 2014 1 commit
  19. 26 Aug, 2014 1 commit
  20. 21 Aug, 2014 1 commit
  21. 20 Aug, 2014 1 commit
  22. 06 Aug, 2014 3 commits
  23. 01 Aug, 2014 2 commits
  24. 22 Jul, 2014 2 commits
  25. 09 Jul, 2014 1 commit
  26. 21 May, 2014 1 commit
  27. 15 Apr, 2014 1 commit
    • plind44@gmail.com's avatar
      MIPS: Add big-endian support for MIPS. · 5a016958
      plind44@gmail.com authored
      Important notices:
      
      - The snapshot cannot be created for big-endian target in cross-compilation
        environment on little-endian host using simulator.
      
      - In order to have i18n support working on big-endian target, the icudt46b.dat and
        icudt46b_dat.S files should be generated and upstreamed to ICU repo.
      
      - The mjsunit 'nans' test is endian dependent, it is skipped for mips target.
      
      - The zlib and Mandreel from Octane 2.0 benchmark are endian dependent due to
        use of typed arrays.
      
      TEST=
      BUG=
      R=jkummerow@chromium.org, plind44@gmail.com
      
      Review URL: https://codereview.chromium.org/228943009
      
      Patch from Dusan Milosavljevic <Dusan.Milosavljevic@rt-rk.com>.
      
      git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@20778 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
      5a016958
  28. 21 Mar, 2014 1 commit
  29. 28 Feb, 2014 1 commit