OLD | NEW |
| (Empty) |
1 Checks that console.assert works and points to correct call frame. | |
2 { | |
3 method : Runtime.consoleAPICalled | |
4 params : { | |
5 args : [ | |
6 [0] : { | |
7 type : string | |
8 value : console.assert | |
9 } | |
10 ] | |
11 executionContextId : <executionContextId> | |
12 stackTrace : { | |
13 callFrames : [ | |
14 [0] : { | |
15 columnNumber : 10 | |
16 functionName : testFunction | |
17 lineNumber : 4 | |
18 scriptId : <scriptId> | |
19 url : test.js | |
20 } | |
21 [1] : { | |
22 columnNumber : 0 | |
23 functionName : | |
24 lineNumber : 0 | |
25 scriptId : <scriptId> | |
26 url : evaluate.js | |
27 } | |
28 ] | |
29 } | |
30 timestamp : <timestamp> | |
31 type : assert | |
32 } | |
33 } | |
34 { | |
35 method : Runtime.consoleAPICalled | |
36 params : { | |
37 args : [ | |
38 [0] : { | |
39 description : 1 | |
40 type : number | |
41 value : 1 | |
42 } | |
43 ] | |
44 executionContextId : <executionContextId> | |
45 stackTrace : { | |
46 callFrames : [ | |
47 [0] : { | |
48 columnNumber : 10 | |
49 functionName : testFunction | |
50 lineNumber : 5 | |
51 scriptId : <scriptId> | |
52 url : test.js | |
53 } | |
54 [1] : { | |
55 columnNumber : 0 | |
56 functionName : | |
57 lineNumber : 0 | |
58 scriptId : <scriptId> | |
59 url : evaluate.js | |
60 } | |
61 ] | |
62 } | |
63 timestamp : <timestamp> | |
64 type : assert | |
65 } | |
66 } | |
67 { | |
68 method : Runtime.consoleAPICalled | |
69 params : { | |
70 args : [ | |
71 [0] : { | |
72 description : 1 | |
73 type : number | |
74 value : 1 | |
75 } | |
76 [1] : { | |
77 description : 2 | |
78 type : number | |
79 value : 2 | |
80 } | |
81 ] | |
82 executionContextId : <executionContextId> | |
83 stackTrace : { | |
84 callFrames : [ | |
85 [0] : { | |
86 columnNumber : 10 | |
87 functionName : testFunction | |
88 lineNumber : 6 | |
89 scriptId : <scriptId> | |
90 url : test.js | |
91 } | |
92 [1] : { | |
93 columnNumber : 0 | |
94 functionName : | |
95 lineNumber : 0 | |
96 scriptId : <scriptId> | |
97 url : evaluate.js | |
98 } | |
99 ] | |
100 } | |
101 timestamp : <timestamp> | |
102 type : assert | |
103 } | |
104 } | |
105 { | |
106 method : Runtime.consoleAPICalled | |
107 params : { | |
108 args : [ | |
109 [0] : { | |
110 type : string | |
111 value : console.assert | |
112 } | |
113 ] | |
114 executionContextId : <executionContextId> | |
115 stackTrace : { | |
116 callFrames : [ | |
117 [0] : { | |
118 columnNumber : 10 | |
119 functionName : testFunction | |
120 lineNumber : 7 | |
121 scriptId : <scriptId> | |
122 url : test.js | |
123 } | |
124 [1] : { | |
125 columnNumber : 0 | |
126 functionName : | |
127 lineNumber : 0 | |
128 scriptId : <scriptId> | |
129 url : evaluate.js | |
130 } | |
131 ] | |
132 } | |
133 timestamp : <timestamp> | |
134 type : assert | |
135 } | |
136 } | |
137 { | |
138 id : <messageId> | |
139 result : { | |
140 result : { | |
141 className : Function | |
142 description : function assert() { [native code] } | |
143 objectId : <objectId> | |
144 type : function | |
145 } | |
146 } | |
147 } | |
OLD | NEW |