1. 05 Nov, 2012 1 commit
  2. 02 Nov, 2012 1 commit
  3. 22 Oct, 2012 2 commits
  4. 18 Oct, 2012 1 commit
  5. 03 Sep, 2012 1 commit
  6. 28 Nov, 2011 1 commit
  7. 13 Sep, 2011 1 commit
  8. 05 Sep, 2011 1 commit
  9. 19 Aug, 2011 1 commit
  10. 22 Jun, 2011 1 commit
  11. 30 May, 2011 2 commits
  12. 26 May, 2011 1 commit
  13. 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
  14. 28 Jan, 2011 1 commit
  15. 16 Jan, 2011 1 commit
  16. 12 Jan, 2011 1 commit
  17. 22 Dec, 2010 1 commit
  18. 15 Dec, 2010 1 commit
  19. 08 Dec, 2010 1 commit
  20. 06 Dec, 2010 2 commits
  21. 03 Dec, 2010 1 commit
  22. 01 Dec, 2010 1 commit
  23. 27 Oct, 2010 1 commit
  24. 02 Sep, 2010 2 commits
  25. 13 Jul, 2010 1 commit
  26. 29 Jun, 2010 1 commit
  27. 25 Jun, 2010 1 commit
  28. 23 Mar, 2010 1 commit
  29. 03 Feb, 2010 1 commit
  30. 01 Feb, 2010 1 commit
  31. 18 May, 2009 1 commit
  32. 24 Apr, 2009 2 commits