1. 16 Jul, 2014 1 commit
  2. 29 Apr, 2014 1 commit
  3. 15 Apr, 2014 1 commit
  4. 11 Apr, 2014 2 commits
  5. 19 Feb, 2014 1 commit
    • rossberg@chromium.org's avatar
      Upgrade Symbol implementation to match current ES6 behavior. · 0d34254f
      rossberg@chromium.org authored
      Refresh the implementation of Symbols to catch up with what the
      specification now mandates:
      
      * The global Symbol() function manufactures new Symbol values,
        optionally with a string description attached.
      
      * Invoking Symbol() as a constructor will now throw.
      
      * ToString() over Symbol values still throws, and
        Object.prototype.toString() stringifies like before.
      
      * A Symbol value is wrapped in a Symbol object either implicitly if
        it is the receiver, or explicitly done via Object(symbolValue) or
        (new Object(symbolValue).)
      
      * The Symbol.prototype.toString() method no longer throws on Symbol
        wrapper objects (nor Symbol values.) Ditto for Symbol.prototype.valueOf().
      
      * Symbol.prototype.toString() stringifies as "Symbol("<description>"),
        valueOf() returns the wrapper's Symbol value.
      
      * ToPrimitive() over Symbol wrapper objects now throws.
      
      Overall, this provides a stricter separation between Symbol values and
      wrapper objects than before, and the explicit fetching out of the
      description (nee name) via the "name" property is no longer supported
      (by the spec nor the implementation.)
      
      Adjusted existing Symbol test files to fit current, adding some extra
      tests for new/changed behavior.
      
      LOG=N
      R=arv@chromium.org, rossberg@chromium.org, arv, rossberg
      BUG=v8:3053
      
      Review URL: https://codereview.chromium.org/118553003
      
      Patch from Sigbjorn Finne <sigbjornf@opera.com>.
      
      git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@19490 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
      0d34254f
  6. 07 Jan, 2014 3 commits
  7. 18 Nov, 2013 1 commit
  8. 12 Nov, 2013 1 commit
  9. 08 Nov, 2013 1 commit
  10. 17 Oct, 2013 1 commit
  11. 06 Aug, 2013 1 commit
  12. 05 Aug, 2013 1 commit
  13. 05 Jul, 2013 1 commit
  14. 24 Jun, 2013 1 commit
  15. 03 Apr, 2013 1 commit
  16. 22 Mar, 2013 1 commit
  17. 04 Mar, 2013 1 commit
  18. 20 Apr, 2012 1 commit
  19. 20 Feb, 2012 1 commit
  20. 28 Nov, 2011 1 commit
  21. 24 Oct, 2011 1 commit
  22. 19 Oct, 2011 1 commit
  23. 17 Oct, 2011 1 commit
  24. 22 Sep, 2011 1 commit
  25. 16 Sep, 2011 1 commit
  26. 14 Sep, 2011 1 commit
  27. 13 Sep, 2011 1 commit
  28. 01 Sep, 2011 1 commit
  29. 11 Aug, 2011 2 commits
  30. 19 Jul, 2011 1 commit
  31. 18 May, 2011 1 commit
  32. 16 May, 2011 1 commit
  33. 13 May, 2011 1 commit
  34. 03 May, 2011 1 commit
  35. 14 Feb, 2011 1 commit
  36. 05 Jan, 2011 1 commit