1. 01 Mar, 2013 1 commit
  2. 08 Feb, 2013 1 commit
  3. 07 Feb, 2013 1 commit
  4. 02 Jan, 2013 1 commit
  5. 15 Nov, 2012 2 commits
  6. 08 Nov, 2012 1 commit
  7. 23 May, 2012 1 commit
  8. 09 May, 2012 1 commit
  9. 27 Mar, 2012 1 commit
  10. 25 Mar, 2012 1 commit
  11. 16 Mar, 2012 1 commit
  12. 09 Mar, 2012 1 commit
  13. 06 Mar, 2012 2 commits
  14. 05 Mar, 2012 1 commit
  15. 09 Dec, 2011 1 commit
  16. 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
  17. 09 Sep, 2011 1 commit
  18. 18 Aug, 2011 1 commit
  19. 17 Aug, 2011 1 commit
  20. 12 Aug, 2011 1 commit
  21. 10 Aug, 2011 1 commit
  22. 04 Aug, 2011 1 commit
  23. 03 Aug, 2011 1 commit
  24. 19 Jan, 2011 1 commit
  25. 17 Nov, 2010 1 commit
  26. 02 Jun, 2010 1 commit
  27. 10 May, 2010 1 commit
    • erik.corry@gmail.com's avatar
      First step towards making JumpTarget work on ARM. Instead · fa7c92ea
      erik.corry@gmail.com authored
      of having a list of virtual frame pointers in the jump
      target we have one virtual frame, which is the frame that
      all have to merge to to branch to that frame.  The virtual
      frame in the JumpTarget is inside the JumpTarget, rather than
      being an allocated object that is pointed to.  Unfortunately
      this means that the JumpTarget class has to be able to see
      the size of a VirtualFrame object to compile, which in turn
      lead to a major reorganization of related .h files.  The
      actual change of functionality in this change is intended
      to be minimal (we now assert that the virtual frames match
      when using JumpTarget instead of just assuming that they do).
      Review URL: http://codereview.chromium.org/1961004
      
      git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@4631 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
      fa7c92ea
  28. 08 Apr, 2010 1 commit
  29. 25 Mar, 2010 1 commit
  30. 04 Feb, 2010 1 commit
  31. 27 May, 2009 1 commit
  32. 31 Mar, 2009 3 commits
  33. 27 Mar, 2009 1 commit
  34. 16 Jan, 2009 1 commit
  35. 14 Jan, 2009 1 commit
  36. 26 Sep, 2008 1 commit