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