Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1015)

Side by Side Diff: test/inspector/debugger/inspector-break-api-expected.txt

Issue 2832723004: [test/inspector] remove any usage of v8::Extension (Closed)
Patch Set: a Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 Checks breakProgram,(schedule|cancel)PauseOnNextStatement test API 1 Checks breakProgram,(schedule|cancel)PauseOnNextStatement test API
2 2
3 Running test: testBreakProgram 3 Running test: testBreakProgram
4 Stack: 4 Stack:
5 callBreakProgram (:9:2) 5 callBreakProgram (:9:12)
6 (anonymous) (:0:0) 6 (anonymous) (:0:0)
7 Other data: 7 Other data:
8 { 8 {
9 method : Debugger.paused 9 method : Debugger.paused
10 params : { 10 params : {
11 data : { 11 data : {
12 a : 42 12 a : 42
13 } 13 }
14 hitBreakpoints : [ 14 hitBreakpoints : [
15 ] 15 ]
(...skipping 13 matching lines...) Expand all
29 a : 42 29 a : 42
30 } 30 }
31 hitBreakpoints : [ 31 hitBreakpoints : [
32 ] 32 ]
33 reason : reason 33 reason : reason
34 } 34 }
35 } 35 }
36 36
37 37
38 Running test: testCancelPauseOnNextStatement 38 Running test: testCancelPauseOnNextStatement
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698