1. 14 Jul, 2009 1 commit
  2. 09 Jul, 2009 1 commit
  3. 17 Jun, 2009 1 commit
  4. 04 Jun, 2009 1 commit
  5. 31 Mar, 2009 1 commit
    • ager@chromium.org's avatar
      Reland exception propagation fix. · aacd9031
      ager@chromium.org authored
      Fix exception propagation problem where undefined was returned instead
      of an empty handle in case of an exception.  This problem can break
      C++ programs that are not interested in catching exceptions and just
      want to propagate them out by testing for empty handles.
      
      The issue is that exceptions are not rescheduled if they are
      externally caught.  Externally caught exceptions have to be
      rescheduled if there is a JavaScript frame on the way to the C++ frame
      that holds the external handler.
      
      A couple of tests will fail on the ARM simulator because the simulator
      has separate stacks for C++ and JavaScript.  I have marked the tests
      as failing only on the simulator.
      Review URL: http://codereview.chromium.org/56105
      
      git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@1657 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
      aacd9031
  6. 27 Mar, 2009 3 commits
  7. 24 Mar, 2009 1 commit
  8. 19 Mar, 2009 1 commit
  9. 12 Mar, 2009 1 commit
  10. 25 Feb, 2009 1 commit
  11. 03 Feb, 2009 1 commit
  12. 19 Nov, 2008 1 commit
  13. 31 Oct, 2008 2 commits
  14. 29 Oct, 2008 3 commits
  15. 24 Oct, 2008 1 commit
  16. 01 Oct, 2008 1 commit
  17. 30 Sep, 2008 1 commit
  18. 26 Sep, 2008 1 commit
  19. 25 Sep, 2008 2 commits
  20. 09 Sep, 2008 2 commits
  21. 08 Sep, 2008 1 commit
  22. 03 Sep, 2008 1 commit
  23. 02 Sep, 2008 4 commits
  24. 01 Sep, 2008 1 commit
  25. 29 Aug, 2008 3 commits
  26. 28 Aug, 2008 2 commits
  27. 27 Aug, 2008 1 commit