1. 23 Mar, 2010 1 commit
  2. 03 Dec, 2009 1 commit
  3. 07 Sep, 2009 1 commit
  4. 04 Sep, 2009 3 commits
  5. 13 Aug, 2009 1 commit
  6. 12 Aug, 2009 1 commit
  7. 09 Jun, 2009 1 commit
  8. 08 Jun, 2009 1 commit
    • sgjesse@chromium.org's avatar
      Add more debugging information to scripts compiled through eval. · d498361c
      sgjesse@chromium.org authored
      Scripts now have a compilation type which can be host, eval or JSON. Host scripts are compiled through the API, eval scripts are compiled through call to evan and JSON scripts are compiled as a result of calling JSON.parse.
      
      For scripts scripts compiled through eval the JavaScript function in top of the stack and the pc offset into the code is stored in the script object. This makes it possible to calculate the source position of the eval call later when requested. This information can be obtained through the script mirror object and is part of the script mirror JSON serialization for the debugger protocol.
      
      Moved the enumeration ScripType into class Script and remamed to Type. The new compilation type enumeration is also inside the class Script.
      
      This information is now shown when using the scripts command in he developer shell debugger.
      Review URL: http://codereview.chromium.org/119108
      
      git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@2119 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
      d498361c
  9. 13 May, 2009 1 commit
  10. 20 Apr, 2009 1 commit
  11. 17 Apr, 2009 1 commit
  12. 14 Apr, 2009 1 commit
  13. 31 Mar, 2009 3 commits
  14. 27 Mar, 2009 1 commit
  15. 24 Mar, 2009 2 commits
  16. 23 Mar, 2009 1 commit
  17. 19 Mar, 2009 1 commit
  18. 16 Mar, 2009 1 commit
  19. 09 Mar, 2009 1 commit
  20. 04 Mar, 2009 1 commit
  21. 03 Mar, 2009 1 commit
  22. 02 Mar, 2009 1 commit
  23. 26 Feb, 2009 1 commit
  24. 20 Feb, 2009 1 commit
  25. 19 Feb, 2009 1 commit
  26. 05 Feb, 2009 1 commit
  27. 03 Feb, 2009 1 commit
  28. 26 Jan, 2009 2 commits
  29. 20 Jan, 2009 1 commit
  30. 06 Jan, 2009 1 commit
  31. 22 Dec, 2008 1 commit
  32. 18 Dec, 2008 2 commits
  33. 05 Dec, 2008 1 commit