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

Side by Side Diff: test/inspector/debugger/pause-on-oom-expected.txt

Issue 2624543004: [inspector] unconditionally pause on OOM (Closed)
Patch Set: better test Created 3 years, 11 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
(Empty)
1 Check pause on OOM
2 {
3 method : Debugger.paused
4 params : {
5 callFrames : [
6 [0] : {
7 callFrameId : <callFrameId>
8 functionLocation : {
9 columnNumber : 24
10 lineNumber : 11
11 scriptId : <scriptId>
12 }
13 functionName : generateGarbage
14 location : {
15 columnNumber : 15
16 lineNumber : 13
17 scriptId : <scriptId>
18 }
19 scopeChain : [
20 ]
21 this : {
22 className : global
23 description : global
24 objectId : <objectId>
25 type : object
26 }
27 }
28 [1] : {
29 callFrameId : <callFrameId>
30 functionLocation : {
31 columnNumber : 0
32 lineNumber : 0
33 scriptId : <scriptId>
34 }
35 functionName :
36 location : {
37 columnNumber : 0
38 lineNumber : 0
39 scriptId : <scriptId>
40 }
41 scopeChain : [
42 [0] : {
43 object : {
44 className : global
45 description : global
46 objectId : <objectId>
47 type : object
48 }
49 type : global
50 }
51 ]
52 this : {
53 className : global
54 description : global
55 objectId : <objectId>
56 type : object
57 }
58 }
59 ]
60 hitBreakpoints : [
61 ]
62 reason : OOM
63 }
64 }
OLDNEW
« test/inspector/debugger/pause-on-oom.js ('K') | « test/inspector/debugger/pause-on-oom.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698