1. 25 Aug, 2014 1 commit
  2. 03 Jun, 2014 1 commit
  3. 29 Apr, 2014 1 commit
  4. 04 Feb, 2014 1 commit
  5. 21 Jan, 2014 1 commit
  6. 25 Sep, 2013 1 commit
  7. 03 Sep, 2013 1 commit
  8. 02 Sep, 2013 1 commit
  9. 24 May, 2013 1 commit
  10. 07 Jan, 2013 1 commit
  11. 18 Dec, 2012 1 commit
  12. 10 Dec, 2012 1 commit
  13. 05 Dec, 2012 1 commit
  14. 03 Dec, 2012 2 commits
  15. 30 Nov, 2012 2 commits
  16. 29 Nov, 2012 2 commits
  17. 15 Nov, 2012 1 commit
  18. 01 Dec, 2011 1 commit
  19. 21 Oct, 2011 1 commit
  20. 13 Oct, 2011 1 commit
  21. 13 Jul, 2011 1 commit
  22. 24 May, 2011 1 commit
  23. 09 May, 2011 1 commit
  24. 28 Mar, 2011 1 commit
  25. 24 Sep, 2010 1 commit
  26. 01 Sep, 2010 1 commit
  27. 16 Jul, 2010 1 commit
    • ricow@chromium.org's avatar
      Refactor type checks in v8natives.js and runtime.js. · 49573265
      ricow@chromium.org authored
      This includes adding a new inline IsSpecObject method to the code
      generator.  The old approach was somehow ineffecient since we would
      call both IsObject, IsUndetectable and IsFunction to determine if
      something was an object according to the spec. This change introduces
      a new macro that determines if something is an object according to the
      spec (and this does not include null). 
      
      This change also corrects a few places where undetectable objects was
      not allowed even when they should be (priorly they would use only
      IS_SPEC_OBJECT_OR_NULL, which would return false on an undetectable
      object, the new IS_SPEC_OBJECT returns true on an undetectable object.
      
      Review URL: http://codereview.chromium.org/2877018
      
      git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@5087 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
      49573265
  28. 07 Apr, 2010 1 commit
  29. 23 Mar, 2010 1 commit
  30. 11 Mar, 2010 1 commit
  31. 08 Mar, 2010 1 commit
  32. 01 Mar, 2010 1 commit
  33. 26 Feb, 2010 2 commits
  34. 19 Feb, 2010 1 commit
  35. 04 Feb, 2010 1 commit