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

Side by Side Diff: LayoutTests/inspector/console/console-format-expected.txt

Issue 1186093002: [DevTools] Fixed multiline error messages (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Added test Created 5 years, 6 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 CONSOLE MESSAGE: line 26: test,test2,,,test4,,,,, 1 CONSOLE MESSAGE: line 26: test,test2,,,test4,,,,,
2 CONSOLE MESSAGE: line 27: %o 2 CONSOLE MESSAGE: line 27: %o
3 CONSOLE MESSAGE: line 28: %O 3 CONSOLE MESSAGE: line 28: %O
4 CONSOLE MESSAGE: line 29: Test for zero "%f" in formatter 4 CONSOLE MESSAGE: line 29: Test for zero "%f" in formatter
5 CONSOLE MESSAGE: line 30: %% self-escape1 5 CONSOLE MESSAGE: line 30: %% self-escape1
6 CONSOLE MESSAGE: line 31: %%s self-escape2 6 CONSOLE MESSAGE: line 31: %%s self-escape2
7 CONSOLE MESSAGE: line 32: %%ss self-escape3 7 CONSOLE MESSAGE: line 32: %%ss self-escape3
8 CONSOLE MESSAGE: line 33: %%s%s%%s self-escape4 8 CONSOLE MESSAGE: line 33: %%s%s%%s self-escape4
9 CONSOLE MESSAGE: line 34: %%%%% self-escape5 9 CONSOLE MESSAGE: line 34: %%%%% self-escape5
10 CONSOLE MESSAGE: line 35: %%%s self-escape6 10 CONSOLE MESSAGE: line 35: %%%s self-escape6
11 CONSOLE MESSAGE: line 12: /^url\(\s*(?:(?:"(?:[^\\\"]|(?:\\[\da-f]{1,6}\s?|\.))* "|'(?:[^\\\']|(?:\\[\da-f]{1,6}\s?|\.))*')|(?:[!#$%&*-~\w]|(?:\\[\da-f]{1,6}\s?| \.))*)\s*\)/i 11 CONSOLE MESSAGE: line 12: /^url\(\s*(?:(?:"(?:[^\\\"]|(?:\\[\da-f]{1,6}\s?|\.))* "|'(?:[^\\\']|(?:\\[\da-f]{1,6}\s?|\.))*')|(?:[!#$%&*-~\w]|(?:\\[\da-f]{1,6}\s?| \.))*)\s*\)/i
12 CONSOLE MESSAGE: line 13: /^url\(\s*(?:(?:"(?:[^\\\"]|(?:\\[\da-f]{1,6}\s?|\.))* "|'(?:[^\\\']|(?:\\[\da-f]{1,6}\s?|\.))*')|(?:[!#$%&*-~\w]|(?:\\[\da-f]{1,6}\s?| \.))*)\s*\)/i 12 CONSOLE MESSAGE: line 13: /^url\(\s*(?:(?:"(?:[^\\\"]|(?:\\[\da-f]{1,6}\s?|\.))* "|'(?:[^\\\']|(?:\\[\da-f]{1,6}\s?|\.))*')|(?:[!#$%&*-~\w]|(?:\\[\da-f]{1,6}\s?| \.))*)\s*\)/i
13 CONSOLE MESSAGE: line 12: /foo\\bar\sbaz/i 13 CONSOLE MESSAGE: line 12: /foo\\bar\sbaz/i
14 CONSOLE MESSAGE: line 13: /foo\\bar\sbaz/i 14 CONSOLE MESSAGE: line 13: /foo\\bar\sbaz/i
15 CONSOLE MESSAGE: line 12: test 15 CONSOLE MESSAGE: line 12: test
16 CONSOLE MESSAGE: line 13: test 16 CONSOLE MESSAGE: line 13: test
17 CONSOLE MESSAGE: line 12: test named "test" 17 CONSOLE MESSAGE: line 12: test named "test"
18 CONSOLE MESSAGE: line 13: test named "test" 18 CONSOLE MESSAGE: line 13: test named "test"
19 CONSOLE MESSAGE: line 12: Error 19 CONSOLE MESSAGE: line 12: Error
20 CONSOLE MESSAGE: line 13: Error 20 CONSOLE MESSAGE: line 13: Error
21 CONSOLE MESSAGE: line 12: Error: my error message 21 CONSOLE MESSAGE: line 12: Error: my error message
22 CONSOLE MESSAGE: line 13: Error: my error message 22 CONSOLE MESSAGE: line 13: Error: my error message
23 CONSOLE MESSAGE: line 12: Error: my multiline
24 error message
25 CONSOLE MESSAGE: line 13: Error: my multiline
26 error message
23 CONSOLE MESSAGE: line 12: [object HTMLParagraphElement] 27 CONSOLE MESSAGE: line 12: [object HTMLParagraphElement]
24 CONSOLE MESSAGE: line 13: [object HTMLParagraphElement] 28 CONSOLE MESSAGE: line 13: [object HTMLParagraphElement]
25 CONSOLE MESSAGE: line 12: function () { return 1; } 29 CONSOLE MESSAGE: line 12: function () { return 1; }
26 CONSOLE MESSAGE: line 13: function () { return 1; } 30 CONSOLE MESSAGE: line 13: function () { return 1; }
27 CONSOLE MESSAGE: line 12: function () { 31 CONSOLE MESSAGE: line 12: function () {
28 return 2; 32 return 2;
29 } 33 }
30 CONSOLE MESSAGE: line 13: function () { 34 CONSOLE MESSAGE: line 13: function () {
31 return 2; 35 return 2;
32 } 36 }
(...skipping 102 matching lines...) Expand 10 before | Expand all | Expand 10 after
135 globals[1] 139 globals[1]
136 /foo\\bar\sbaz/i 140 /foo\\bar\sbaz/i
137 console-format.html:12 test 141 console-format.html:12 test
138 console-format.html:13 ["test"] 142 console-format.html:13 ["test"]
139 globals[2] 143 globals[2]
140 "test" 144 "test"
141 console-format.html:12 test named "test" 145 console-format.html:12 test named "test"
142 console-format.html:13 ["test named "test""] 146 console-format.html:13 ["test named "test""]
143 globals[3] 147 globals[3]
144 "test named "test"" 148 "test named "test""
145 console-format.html:12 Error(…) 149 console-format.html:12 Error
146 console-format.html:13 [Error 150 console-format.html:13 [Error
147 ] 151 ]
148 0: Error 152 0: Error
149 length: 1 153 length: 1
150 __proto__: Array[0] 154 __proto__: Array[0]
151 globals[4] 155 globals[4]
152 Error(…) 156 Error
153 console-format.html:12 Error: my error message(…) 157 console-format.html:12 Error: my error message
154 console-format.html:13 [Error: my error message 158 console-format.html:13 [Error: my error message
155 ] 159 ]
156 0: Error: my error message 160 0: Error: my error message
157 length: 1 161 length: 1
158 __proto__: Array[0] 162 __proto__: Array[0]
159 globals[5] 163 globals[5]
160 Error: my error message(…) 164 Error: my error message
165 console-format.html:12 Error: my multiline
166 error message
167 console-format.html:13 [Error: my multiline
168 error message
169 ]
170 0: Error: my multiline
171 error message
172 length: 1
173 __proto__: Array[0]
174 globals[6]
175 Error: my multiline
176 error message
161 console-format.html:12 177 console-format.html:12
162 <p id="p">Tests that console logging dumps proper messages.</p> 178 <p id="p">Tests that console logging dumps proper messages.</p>
163 console-format.html:13 [p#p] 179 console-format.html:13 [p#p]
164 0: p#p 180 0: p#p
165 length: 1 181 length: 1
166 __proto__: Array[0] 182 __proto__: Array[0]
167 globals[6] 183 globals[7]
168 <p id="p">Tests that console logging dumps proper messages.</p> 184 <p id="p">Tests that console logging dumps proper messages.</p>
169 console-format.html:12 () { return 1; } 185 console-format.html:12 () { return 1; }
170 console-format.html:13 [function] 186 console-format.html:13 [function]
171 0: () 187 0: ()
172 length: 1 188 length: 1
173 __proto__: Array[0] 189 __proto__: Array[0]
174 globals[7] 190 globals[8]
175 () { return 1; } 191 () { return 1; }
176 console-format.html:12 () { 192 console-format.html:12 () {
177 return 2; 193 return 2;
178 } 194 }
179 console-format.html:13 [function] 195 console-format.html:13 [function]
180 0: () 196 0: ()
181 length: 1 197 length: 1
182 __proto__: Array[0] 198 __proto__: Array[0]
183 globals[8] 199 globals[9]
184 () { 200 () {
185 return 2; 201 return 2;
186 } 202 }
187 console-format.html:12 0.12 203 console-format.html:12 0.12
188 console-format.html:13 [0.12] 204 console-format.html:13 [0.12]
189 globals[9] 205 globals[10]
190 0.12 206 0.12
191 console-format.html:12 http://webkit.org/ 207 console-format.html:12 http://webkit.org/
192 console-format.html:13 ["http://webkit.org/"] 208 console-format.html:13 ["http://webkit.org/"]
193 globals[10] 209 globals[11]
194 "http://webkit.org/" 210 "http://webkit.org/"
195 console-format.html:12 null 211 console-format.html:12 null
196 console-format.html:13 [null] 212 console-format.html:13 [null]
197 globals[11] 213 globals[12]
198 null 214 null
199 console-format.html:12 undefined 215 console-format.html:12 undefined
200 console-format.html:13 [undefined] 216 console-format.html:13 [undefined]
201 globals[12] 217 globals[13]
202 undefined 218 undefined
203 console-format.html:12 219 console-format.html:12
204 attr="" 220 attr=""
205 console-format.html:13 [attr] 221 console-format.html:13 [attr]
206 0: attr 222 0: attr
207 length: 1 223 length: 1
208 __proto__: Array[0] 224 __proto__: Array[0]
209 globals[13] 225 globals[14]
210 attr="" 226 attr=""
211 console-format.html:12 227 console-format.html:12
212 attr="value" 228 attr="value"
213 console-format.html:13 [attr] 229 console-format.html:13 [attr]
214 0: attr 230 0: attr
215 length: 1 231 length: 1
216 __proto__: Array[0] 232 __proto__: Array[0]
217 globals[14] 233 globals[15]
218 attr="value" 234 attr="value"
219 console-format.html:12 235 console-format.html:12
220 id="x" 236 id="x"
221 console-format.html:13 [id] 237 console-format.html:13 [id]
222 0: id 238 0: id
223 length: 1 239 length: 1
224 __proto__: Array[0] 240 __proto__: Array[0]
225 globals[15] 241 globals[16]
226 id="x" 242 id="x"
227 console-format.html:12 Object {} 243 console-format.html:12 Object {}
228 length: (...) 244 length: (...)
229 get length: length() 245 get length: length()
230 __proto__: Object 246 __proto__: Object
231 console-format.html:13 [Object] 247 console-format.html:13 [Object]
232 0: Object 248 0: Object
233 length: 1 249 length: 1
234 __proto__: Array[0] 250 __proto__: Array[0]
235 globals[16] 251 globals[17]
236 Object {} 252 Object {}
237 length: (...) 253 length: (...)
238 get length: length() 254 get length: length()
239 __proto__: Object 255 __proto__: Object
240 console-format.html:12 NaN 256 console-format.html:12 NaN
241 console-format.html:13 [NaN] 257 console-format.html:13 [NaN]
242 globals[17] 258 globals[18]
243 NaN 259 NaN
244 console-format.html:12 Infinity 260 console-format.html:12 Infinity
245 console-format.html:13 [Infinity] 261 console-format.html:13 [Infinity]
246 globals[18] 262 globals[19]
247 Infinity 263 Infinity
248 console-format.html:12 -Infinity 264 console-format.html:12 -Infinity
249 console-format.html:13 [-Infinity] 265 console-format.html:13 [-Infinity]
250 globals[19] 266 globals[20]
251 -Infinity 267 -Infinity
252 console-format.html:12 ["test", "test2", 4: "test4", foo: Object] 268 console-format.html:12 ["test", "test2", 4: "test4", foo: Object]
253 0: "test" 269 0: "test"
254 1: "test2" 270 1: "test2"
255 4: "test4" 271 4: "test4"
256 foo: Object 272 foo: Object
257 length: 10 273 length: 10
258 __proto__: Array[0] 274 __proto__: Array[0]
259 console-format.html:13 [Array[10]] 275 console-format.html:13 [Array[10]]
260 0: Array[10] 276 0: Array[10]
261 length: 1 277 length: 1
262 __proto__: Array[0] 278 __proto__: Array[0]
263 globals[20] 279 globals[21]
264 ["test", "test2", undefined × 2, "test4", undefined × 5] 280 ["test", "test2", undefined × 2, "test4", undefined × 5]
265 console-format.html:12 Object {} 281 console-format.html:12 Object {}
266 console-format.html:13 [Object] 282 console-format.html:13 [Object]
267 0: Object 283 0: Object
268 length: 1 284 length: 1
269 __proto__: Array[0] 285 __proto__: Array[0]
270 globals[21] 286 globals[22]
271 Object {} 287 Object {}
272 console-format.html:12 [function] 288 console-format.html:12 [function]
273 0: () 289 0: ()
274 length: 1 290 length: 1
275 __proto__: Array[0] 291 __proto__: Array[0]
276 console-format.html:13 [Array[1]] 292 console-format.html:13 [Array[1]]
277 0: Array[1] 293 0: Array[1]
278 length: 1 294 length: 1
279 __proto__: Array[0] 295 __proto__: Array[0]
280 globals[22] 296 globals[23]
281 [anonymous()] 297 [anonymous()]
282 console-format.html:12 Object {bar: "bar"} 298 console-format.html:12 Object {bar: "bar"}
283 bar: "bar" 299 bar: "bar"
284 __proto__: Object 300 __proto__: Object
285 console-format.html:13 [Object] 301 console-format.html:13 [Object]
286 0: Object 302 0: Object
287 length: 1 303 length: 1
288 __proto__: Array[0] 304 __proto__: Array[0]
289 globals[23] 305 globals[24]
290 Object {bar: "bar"} 306 Object {bar: "bar"}
291 bar: "bar" 307 bar: "bar"
292 __proto__: Object 308 __proto__: Object
293 console-format.html:12 309 console-format.html:12
294 <svg id="svg-node"></svg> 310 <svg id="svg-node"></svg>
295 console-format.html:13 [svg#svg-node] 311 console-format.html:13 [svg#svg-node]
296 0: svg#svg-node 312 0: svg#svg-node
297 length: 1 313 length: 1
298 __proto__: Array[0] 314 __proto__: Array[0]
299 globals[24] 315 globals[25]
300 <svg id="svg-node"></svg> 316 <svg id="svg-node"></svg>
301 console-format.html:12 Object {} 317 console-format.html:12 Object {}
302 bar: (...) 318 bar: (...)
303 get bar: () 319 get bar: ()
304 set bar: (x) 320 set bar: (x)
305 getFoo: () 321 getFoo: ()
306 __proto__: Object 322 __proto__: Object
307 console-format.html:13 [Object] 323 console-format.html:13 [Object]
308 0: Object 324 0: Object
309 length: 1 325 length: 1
310 __proto__: Array[0] 326 __proto__: Array[0]
311 globals[25] 327 globals[26]
312 Object {} 328 Object {}
313 bar: (...) 329 bar: (...)
314 get bar: () 330 get bar: ()
315 set bar: (x) 331 set bar: (x)
316 getFoo: () 332 getFoo: ()
317 __proto__: Object 333 __proto__: Object
318 console-format.html:12 -0 334 console-format.html:12 -0
319 console-format.html:13 [-0] 335 console-format.html:13 [-0]
320 globals[26] 336 globals[27]
321 -0 337 -0
322 console-format.html:12 Object {} 338 console-format.html:12 Object {}
323 console-format.html:13 [Object] 339 console-format.html:13 [Object]
324 0: Object 340 0: Object
325 length: 1 341 length: 1
326 __proto__: Array[0] 342 __proto__: Array[0]
327 globals[27] 343 globals[28]
328 Object {} 344 Object {}
329 console-format.html:12 Object() { [native code] } 345 console-format.html:12 Object() { [native code] }
330 console-format.html:13 [function] 346 console-format.html:13 [function]
331 0: Object() 347 0: Object()
332 length: 1 348 length: 1
333 __proto__: Array[0] 349 __proto__: Array[0]
334 globals[28] 350 globals[29]
335 Object() { [native code] } 351 Object() { [native code] }
336 console-format.html:12 Object {} 352 console-format.html:12 Object {}
337 __defineGetter__: __defineGetter__() 353 __defineGetter__: __defineGetter__()
338 __defineSetter__: __defineSetter__() 354 __defineSetter__: __defineSetter__()
339 __lookupGetter__: __lookupGetter__() 355 __lookupGetter__: __lookupGetter__()
340 __lookupSetter__: __lookupSetter__() 356 __lookupSetter__: __lookupSetter__()
341 constructor: Object() 357 constructor: Object()
342 hasOwnProperty: hasOwnProperty() 358 hasOwnProperty: hasOwnProperty()
343 isPrototypeOf: isPrototypeOf() 359 isPrototypeOf: isPrototypeOf()
344 propertyIsEnumerable: propertyIsEnumerable() 360 propertyIsEnumerable: propertyIsEnumerable()
345 toLocaleString: toLocaleString() 361 toLocaleString: toLocaleString()
346 toString: toString() 362 toString: toString()
347 valueOf: valueOf() 363 valueOf: valueOf()
348 get __proto__: get __proto__() 364 get __proto__: get __proto__()
349 set __proto__: set __proto__() 365 set __proto__: set __proto__()
350 console-format.html:13 [Object] 366 console-format.html:13 [Object]
351 0: Object 367 0: Object
352 length: 1 368 length: 1
353 __proto__: Array[0] 369 __proto__: Array[0]
354 globals[29] 370 globals[30]
355 Object {} 371 Object {}
356 __defineGetter__: __defineGetter__() 372 __defineGetter__: __defineGetter__()
357 __defineSetter__: __defineSetter__() 373 __defineSetter__: __defineSetter__()
358 __lookupGetter__: __lookupGetter__() 374 __lookupGetter__: __lookupGetter__()
359 __lookupSetter__: __lookupSetter__() 375 __lookupSetter__: __lookupSetter__()
360 constructor: Object() 376 constructor: Object()
361 hasOwnProperty: hasOwnProperty() 377 hasOwnProperty: hasOwnProperty()
362 isPrototypeOf: isPrototypeOf() 378 isPrototypeOf: isPrototypeOf()
363 propertyIsEnumerable: propertyIsEnumerable() 379 propertyIsEnumerable: propertyIsEnumerable()
364 toLocaleString: toLocaleString() 380 toLocaleString: toLocaleString()
365 toString: toString() 381 toString: toString()
366 valueOf: valueOf() 382 valueOf: valueOf()
367 get __proto__: get __proto__() 383 get __proto__: get __proto__()
368 set __proto__: set __proto__() 384 set __proto__: set __proto__()
369 console-format.html:12 ( /**/ foo/**/, /*/**/bar, 385 console-format.html:12 ( /**/ foo/**/, /*/**/bar,
370 /**/baz) {} 386 /**/baz) {}
371 console-format.html:13 [function] 387 console-format.html:13 [function]
372 0: ( /**/ foo/**/, /*/**/bar, /**/baz) 388 0: ( /**/ foo/**/, /*/**/bar, /**/baz)
373 length: 1 389 length: 1
374 __proto__: Array[0] 390 __proto__: Array[0]
375 globals[30] 391 globals[31]
376 ( /**/ foo/**/, /*/**/bar, 392 ( /**/ foo/**/, /*/**/bar,
377 /**/baz) {} 393 /**/baz) {}
378 console-format.html:12 Number {[[PrimitiveValue]]: 42} 394 console-format.html:12 Number {[[PrimitiveValue]]: 42}
379 console-format.html:13 [Number] 395 console-format.html:13 [Number]
380 0: Number 396 0: Number
381 length: 1 397 length: 1
382 __proto__: Array[0] 398 __proto__: Array[0]
383 globals[31] 399 globals[32]
384 Number {[[PrimitiveValue]]: 42} 400 Number {[[PrimitiveValue]]: 42}
385 console-format.html:12 String {0: "a", 1: "b", 2: "c", length: 3, [[PrimitiveVal ue]]: "abc"} 401 console-format.html:12 String {0: "a", 1: "b", 2: "c", length: 3, [[PrimitiveVal ue]]: "abc"}
386 console-format.html:13 [String] 402 console-format.html:13 [String]
387 0: String 403 0: String
388 length: 1 404 length: 1
389 __proto__: Array[0] 405 __proto__: Array[0]
390 globals[32] 406 globals[33]
391 String {0: "a", 1: "b", 2: "c", length: 3, [[PrimitiveValue]]: "abc"} 407 String {0: "a", 1: "b", 2: "c", length: 3, [[PrimitiveValue]]: "abc"}
392 console-format.html:12 [1, 2, 3] 408 console-format.html:12 [1, 2, 3]
393 console-format.html:13 [Uint16Array[3]] 409 console-format.html:13 [Uint16Array[3]]
394 0: Uint16Array[3] 410 0: Uint16Array[3]
395 length: 1 411 length: 1
396 __proto__: Array[0] 412 __proto__: Array[0]
397 globals[33] 413 globals[34]
398 [1, 2, 3] 414 [1, 2, 3]
399 console-format.html:12 #text 415 console-format.html:12 #text
400 console-format.html:13 [text] 416 console-format.html:13 [text]
401 0: text 417 0: text
402 length: 1 418 length: 1
403 __proto__: Array[0] 419 __proto__: Array[0]
404 globals[34] 420 globals[35]
405 #text 421 #text
406 console-format.html:12 DOMException: Failed to execute 'removeChild' on 'Node': The node to be removed is not a child of this node. 422 console-format.html:12 DOMException: Failed to execute 'removeChild' on 'Node': The node to be removed is not a child of this node.
407 console-format.html:13 [DOMException: Failed to execute 'removeChild' on 'Node': The node to be removed is not a child of th…] 423 console-format.html:13 [DOMException: Failed to execute 'removeChild' on 'Node': The node to be removed is not a child of th…]
408 0: DOMException: Failed to execute 'removeChild' on 'Node': The node to be r emoved is not a child of this node. 424 0: DOMException: Failed to execute 'removeChild' on 'Node': The node to be r emoved is not a child of this node.
409 length: 1 425 length: 1
410 __proto__: Array[0] 426 __proto__: Array[0]
411 globals[35] 427 globals[36]
412 DOMException: Failed to execute 'removeChild' on 'Node': The node to be removed is not a child of this node. 428 DOMException: Failed to execute 'removeChild' on 'Node': The node to be removed is not a child of this node.
413 console-format.html:12 [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 , 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0…] 429 console-format.html:12 [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 , 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0…]
414 [0 … 99] 430 [0 … 99]
415 [100 … 199] 431 [100 … 199]
416 [200 … 299] 432 [200 … 299]
417 [300 … 399] 433 [300 … 399]
418 foo: "bar" 434 foo: "bar"
419 __proto__: Uint8Array 435 __proto__: Uint8Array
420 console-format.html:13 [Uint8Array[400]] 436 console-format.html:13 [Uint8Array[400]]
421 0: Uint8Array[400] 437 0: Uint8Array[400]
422 length: 1 438 length: 1
423 __proto__: Array[0] 439 __proto__: Array[0]
424 globals[36] 440 globals[37]
425 Uint8Array[400] 441 Uint8Array[400]
426 [0 … 99] 442 [0 … 99]
427 [100 … 199] 443 [100 … 199]
428 [200 … 299] 444 [200 … 299]
429 [300 … 399] 445 [300 … 399]
430 foo: "bar" 446 foo: "bar"
431 __proto__: Uint8Array 447 __proto__: Uint8Array
432 console-format.html:12 [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 , 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0…] 448 console-format.html:12 [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 , 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0…]
433 [0 … 99999999] 449 [0 … 99999999]
434 [100000000 … 199999999] 450 [100000000 … 199999999]
435 [200000000 … 299999999] 451 [200000000 … 299999999]
436 [300000000 … 399999999] 452 [300000000 … 399999999]
437 __proto__: Uint8Array 453 __proto__: Uint8Array
438 console-format.html:13 [Uint8Array[400000000]] 454 console-format.html:13 [Uint8Array[400000000]]
439 0: Uint8Array[400000000] 455 0: Uint8Array[400000000]
440 length: 1 456 length: 1
441 __proto__: Array[0] 457 __proto__: Array[0]
442 globals[37] 458 globals[38]
443 Uint8Array[400000000] 459 Uint8Array[400000000]
444 [0 … 99999999] 460 [0 … 99999999]
445 [100000000 … 199999999] 461 [100000000 … 199999999]
446 [200000000 … 299999999] 462 [200000000 … 299999999]
447 [300000000 … 399999999] 463 [300000000 … 399999999]
448 __proto__: Uint8Array 464 __proto__: Uint8Array
449 465
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698