1. 22 Dec, 2014 1 commit
  2. 27 Nov, 2014 1 commit
  3. 28 Oct, 2014 3 commits
  4. 20 Oct, 2014 1 commit
  5. 18 Sep, 2014 1 commit
  6. 16 Sep, 2014 1 commit
  7. 22 Aug, 2014 1 commit
  8. 07 Aug, 2014 2 commits
  9. 04 Aug, 2014 1 commit
  10. 18 Jul, 2014 1 commit
  11. 14 Jul, 2014 1 commit
  12. 01 Jul, 2014 1 commit
  13. 03 Jun, 2014 1 commit
  14. 29 Apr, 2014 1 commit
  15. 25 Apr, 2014 1 commit
  16. 24 Apr, 2014 2 commits
  17. 12 Mar, 2014 1 commit
  18. 11 Mar, 2014 2 commits
  19. 21 Jan, 2014 1 commit
  20. 28 Nov, 2013 1 commit
  21. 22 Nov, 2013 1 commit
  22. 18 Nov, 2013 1 commit
  23. 14 Nov, 2013 2 commits
  24. 01 Oct, 2013 1 commit
  25. 05 Sep, 2013 1 commit
  26. 22 Mar, 2013 1 commit
  27. 01 Mar, 2013 1 commit
    • rossberg@chromium.org's avatar
      ES6 symbols: Implement Symbol intrinsic and basic functionality · 090d09d6
      rossberg@chromium.org authored
      - Add --harmony-symbols flag.
      - Add Symbol constructor; allow symbols as (unreplaced) return value from constructors.
      - Introduce %CreateSymbol and %_IsSymbol natives and respective instructions.
      - Extend 'typeof' code generation to handle symbols.
      - Extend CompareIC with a UNIQUE_NAMES state that (uniformly) handles internalized strings and symbols.
      - Property lookup delegates to SymbolDelegate object for symbols, which only carries the toString method.
      - Extend Object.prototype.toString to recognise symbols.
      
      Per the current draft spec, symbols are actually pseudo objects that are frozen with a null prototype and only one property (toString). For simplicity, we do not treat them as proper objects for now, although typeof will return "object". Only property access works as if they were (frozen) objects (via the internal delegate object).
      
      (Baseline CL: https://codereview.chromium.org/12223071/)
      
      R=mstarzinger@chromium.org
      BUG=v8:2158
      
      Review URL: https://codereview.chromium.org/12296026
      
      git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@13786 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
      090d09d6
  28. 27 Feb, 2013 1 commit
  29. 16 Nov, 2012 1 commit
  30. 18 Oct, 2012 1 commit
  31. 02 Oct, 2012 1 commit
  32. 20 Sep, 2012 1 commit
  33. 20 Feb, 2012 1 commit
  34. 10 Feb, 2012 1 commit