1. 02 Nov, 2012 1 commit
  2. 25 Oct, 2012 1 commit
  3. 15 Oct, 2012 1 commit
  4. 19 Sep, 2012 1 commit
  5. 30 Jul, 2012 1 commit
  6. 12 Jun, 2012 1 commit
  7. 23 May, 2012 1 commit
  8. 09 May, 2012 1 commit
  9. 03 Apr, 2012 1 commit
  10. 27 Mar, 2012 1 commit
  11. 25 Mar, 2012 2 commits
  12. 16 Mar, 2012 1 commit
  13. 09 Mar, 2012 2 commits
  14. 06 Mar, 2012 2 commits
  15. 05 Mar, 2012 1 commit
  16. 24 Feb, 2012 1 commit
  17. 20 Feb, 2012 1 commit
  18. 17 Feb, 2012 1 commit
  19. 16 Jan, 2012 1 commit
  20. 09 Dec, 2011 1 commit
  21. 18 Nov, 2011 2 commits
  22. 08 Nov, 2011 1 commit
    • mstarzinger@chromium.org's avatar
      Fix setting array length to be ES5 conform. · e24c612a
      mstarzinger@chromium.org authored
      This also refactors the way we set the length of an arrays' backing
      store to use the new elements accessor interface. The actual fix is in
      DictionaryElementsAccessor::SetLengthWithoutNormalize() where we first
      search for non-deletable elements according to ES5 section 15.4.5.2
      specifications.
      
      Snippet from the specification: Attempting to set the length property of
      an Array object to a value that is numerically less than or equal to the
      largest numeric property name of an existing array indexed non-deletable
      property of the array will result in the length being set to a numeric
      value that is one greater than that largest numeric property name.
      
      R=danno@chromium.org
      TEST=test262/15.4.4.??-7-b-16
      
      Review URL: http://codereview.chromium.org/8372064
      
      git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@9911 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
      e24c612a
  23. 22 Sep, 2011 1 commit
  24. 09 Sep, 2011 1 commit
  25. 29 Aug, 2011 1 commit
  26. 18 Aug, 2011 1 commit
  27. 17 Aug, 2011 1 commit
  28. 12 Aug, 2011 1 commit
  29. 10 Aug, 2011 1 commit
  30. 04 Aug, 2011 1 commit
  31. 03 Aug, 2011 1 commit