1. 26 Jan, 2017 1 commit
  2. 11 Nov, 2016 1 commit
    • jgruber's avatar
      [debug-wrapper] Conditional breaks, locals, evaluate, scopes · b32ee40d
      jgruber authored
      This CL adds support for:
      * conditional breaks in setBreakpoint,
      * locals in frame.local{Count,Name,Value},
      * evaluation on a frame in frame.evaluate,
      * and more detailed scope information in scopeObject.
      
      Uses of several functions that are not covered by the
      inspector protocol and are only used in tests have been removed.
      
      Local handling has been modified to also include arguments as locals.
      Inspector differs in this regard from our FrameDetails in that
      arguments are always shown as locals. Argument-related functions
      were removed.
      
      BUG=v8:5530
      
      Review-Url: https://codereview.chromium.org/2491543002
      Cr-Commit-Position: refs/heads/master@{#40917}
      b32ee40d
  3. 15 Jun, 2015 1 commit
  4. 01 Sep, 2014 1 commit
  5. 14 Oct, 2013 1 commit
  6. 22 Aug, 2013 1 commit
  7. 22 Jul, 2013 1 commit
  8. 28 Jun, 2013 1 commit
  9. 21 Jun, 2013 1 commit
  10. 20 Jun, 2013 1 commit
  11. 12 Jun, 2013 1 commit
  12. 11 Jun, 2013 1 commit
  13. 07 Jun, 2013 1 commit
  14. 12 Mar, 2013 1 commit
  15. 16 Nov, 2012 2 commits
  16. 26 Sep, 2012 1 commit
  17. 19 Sep, 2012 1 commit
  18. 21 Feb, 2012 1 commit
  19. 19 Jan, 2012 1 commit
  20. 13 Jan, 2012 1 commit
  21. 27 Nov, 2009 1 commit
  22. 23 Oct, 2009 1 commit
  23. 20 Oct, 2009 1 commit
  24. 04 Mar, 2009 1 commit
  25. 26 Sep, 2008 1 commit
  26. 09 Sep, 2008 1 commit
  27. 22 Aug, 2008 1 commit
    • christian.plesner.hansen's avatar
      Included mjsunit JavaScript test suite and C++ unit tests. · c42f5829
      christian.plesner.hansen authored
      In the shell sample don't print the result of executing a script, only
      evaluating expressions.
      
      Fixed issue when building samples on Windows using a shared V8
      library.  Added visibility option on Linux build which makes the
      generated library 18% smaller.
      
      Changed build system to accept multiple build modes in one build and
      generate seperate objects, libraries and executables for each mode.
      
      Removed deferred negation optimization (a * -b => -(a * b)) since this
      visibly changes operand conversion order.
      
      Improved parsing performance by introducing stack guard in preparsing.
      Without a stack guard preparsing always bails out with stack overflow.
      
      
      git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@16 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
      c42f5829
  28. 03 Jul, 2008 1 commit