1. 21 Apr, 2016 1 commit
  2. 16 Dec, 2015 1 commit
  3. 27 Mar, 2015 1 commit
    • dslomov's avatar
      Make sure debugger is ready for breakpoins when we process 'debugger' statement. · 15ef61d4
      dslomov authored
      On 'debugger' statement, if anything in debugger calls 'EnsureDebugInfo'
      on a function, EnsureDebugInfo would compile and substitute code without
      debug break slots. This causes weird behavior later when stepping fails
      to work (see added test as an example).
      This fix is to make sure the debugger is prepared for breakpoints in
      that case as well.
      
      Also adds extra testing for bug 468661.
      
      R=yangguo@chromium.org,yurys@chromium.orh
      BUG=v8:3990,chromium:468661
      LOG=N
      
      Review URL: https://codereview.chromium.org/1032353002
      
      Cr-Commit-Position: refs/heads/master@{#27502}
      15ef61d4
  4. 24 Mar, 2015 2 commits
  5. 19 Nov, 2014 1 commit