1. 24 Oct, 2014 1 commit
  2. 12 May, 2014 1 commit
  3. 29 Apr, 2014 1 commit
  4. 06 Mar, 2014 1 commit
  5. 11 Feb, 2014 1 commit
  6. 17 Oct, 2013 1 commit
  7. 11 Apr, 2013 1 commit
  8. 20 Feb, 2013 1 commit
  9. 15 Feb, 2013 2 commits
  10. 05 Nov, 2012 1 commit
  11. 02 Nov, 2012 1 commit
  12. 22 Oct, 2012 2 commits
  13. 18 Oct, 2012 1 commit
  14. 03 Sep, 2012 1 commit
  15. 28 Nov, 2011 1 commit
  16. 13 Sep, 2011 1 commit
  17. 05 Sep, 2011 1 commit
  18. 19 Aug, 2011 1 commit
  19. 22 Jun, 2011 1 commit
  20. 30 May, 2011 2 commits
  21. 26 May, 2011 1 commit
  22. 03 Mar, 2011 1 commit
    • lrn@chromium.org's avatar
      Stop using plain Arrays internally in built-in functions. · 4707d7ac
      lrn@chromium.org authored
      In built-in code we use arrays for internal computations.
      This makes it possible to affect the built-in code by putting getters
      or setters on the Array prototype chain.
      This adds a new internal Array constructor that creates Arrays with
      a very simplistic prototype chain that doesn't include any publicly
      visible objects. These Arrays shoudl ofcourse never leak outside the
      builtins, since that would expose the prototype object.
      The prototype object contains only the array functions that we use:
      push, pop and join (and not even a toString, so it doesn't stringify
      well).
      
      Also change uses of .call to %_CallFunction.
      
      BUG=1206
      
      Review URL: http://codereview.chromium.org/6602081
      
      git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@7040 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
      4707d7ac
  23. 28 Jan, 2011 1 commit
  24. 16 Jan, 2011 1 commit
  25. 12 Jan, 2011 1 commit
  26. 22 Dec, 2010 1 commit
  27. 15 Dec, 2010 1 commit
  28. 08 Dec, 2010 1 commit
  29. 06 Dec, 2010 2 commits
  30. 03 Dec, 2010 1 commit
  31. 01 Dec, 2010 1 commit
  32. 27 Oct, 2010 1 commit
  33. 02 Sep, 2010 2 commits
  34. 13 Jul, 2010 1 commit
  35. 29 Jun, 2010 1 commit