Chromium Code Reviews| OLD | NEW |
|---|---|
| (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 } | |
| OLD | NEW |