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

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

Issue 2769973004: DevTools: format generator objects as objects (Closed)
Patch Set: Created 3 years, 9 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 11: [object Promise] 1 CONSOLE MESSAGE: line 11: [object Promise]
2 CONSOLE MESSAGE: line 12: [object Promise] 2 CONSOLE MESSAGE: line 12: [object Promise]
3 CONSOLE MESSAGE: line 11: Symbol() 3 CONSOLE MESSAGE: line 11: Symbol()
4 CONSOLE MESSAGE: line 12: Symbol() 4 CONSOLE MESSAGE: line 12: Symbol()
5 CONSOLE MESSAGE: line 11: Symbol(a) 5 CONSOLE MESSAGE: line 11: Symbol(a)
6 CONSOLE MESSAGE: line 12: Symbol(a) 6 CONSOLE MESSAGE: line 12: Symbol(a)
7 CONSOLE MESSAGE: line 11: [object Object] 7 CONSOLE MESSAGE: line 11: [object Object]
8 CONSOLE MESSAGE: line 12: [object Object] 8 CONSOLE MESSAGE: line 12: [object Object]
9 CONSOLE MESSAGE: line 11: [object Map] 9 CONSOLE MESSAGE: line 11: [object Map]
10 CONSOLE MESSAGE: line 12: [object Map] 10 CONSOLE MESSAGE: line 12: [object Map]
11 CONSOLE MESSAGE: line 11: [object WeakMap] 11 CONSOLE MESSAGE: line 11: [object WeakMap]
12 CONSOLE MESSAGE: line 12: [object WeakMap] 12 CONSOLE MESSAGE: line 12: [object WeakMap]
13 CONSOLE MESSAGE: line 11: [object Set] 13 CONSOLE MESSAGE: line 11: [object Set]
14 CONSOLE MESSAGE: line 12: [object Set] 14 CONSOLE MESSAGE: line 12: [object Set]
15 CONSOLE MESSAGE: line 11: [object WeakSet] 15 CONSOLE MESSAGE: line 11: [object WeakSet]
16 CONSOLE MESSAGE: line 12: [object WeakSet] 16 CONSOLE MESSAGE: line 12: [object WeakSet]
17 CONSOLE MESSAGE: line 11: [object Map] 17 CONSOLE MESSAGE: line 11: [object Map]
18 CONSOLE MESSAGE: line 12: [object Map] 18 CONSOLE MESSAGE: line 12: [object Map]
19 CONSOLE MESSAGE: line 11: [object Map] 19 CONSOLE MESSAGE: line 11: [object Map]
20 CONSOLE MESSAGE: line 12: [object Map] 20 CONSOLE MESSAGE: line 12: [object Map]
21 CONSOLE MESSAGE: line 11: [object Set] 21 CONSOLE MESSAGE: line 11: [object Set]
22 CONSOLE MESSAGE: line 12: [object Set] 22 CONSOLE MESSAGE: line 12: [object Set]
23 CONSOLE MESSAGE: line 11: [object Set] 23 CONSOLE MESSAGE: line 11: [object Set]
24 CONSOLE MESSAGE: line 12: [object Set] 24 CONSOLE MESSAGE: line 12: [object Set]
25 CONSOLE MESSAGE: line 11: [object Map] 25 CONSOLE MESSAGE: line 11: [object Map]
26 CONSOLE MESSAGE: line 12: [object Map] 26 CONSOLE MESSAGE: line 12: [object Map]
27 CONSOLE MESSAGE: line 11: [object Promise]
28 CONSOLE MESSAGE: line 12: [object Promise]
29 CONSOLE MESSAGE: line 11: [object Generator]
30 CONSOLE MESSAGE: line 12: [object Generator]
27 Tests that console properly displays information about ES6 features. 31 Tests that console properly displays information about ES6 features.
28 32
29 console-format-es6.html:11 Promise {[[PromiseStatus]]: "rejected", [[PromiseValu e]]: -0} 33 console-format-es6.html:11 Promise {[[PromiseStatus]]: "rejected", [[PromiseValu e]]: -0}
30 console-format-es6.html:12 [Promise] 34 console-format-es6.html:12 [Promise]
31 globals[0] 35 globals[0]
32 Promise {[[PromiseStatus]]: "rejected", [[PromiseValue]]: -0} 36 Promise {[[PromiseStatus]]: "rejected", [[PromiseValue]]: -0}
33 console-format-es6.html:11 Symbol() 37 console-format-es6.html:11 Symbol()
34 console-format-es6.html:12 [Symbol()] 38 console-format-es6.html:12 [Symbol()]
35 globals[1] 39 globals[1]
36 Symbol() 40 Symbol()
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
71 globals[10] 75 globals[10]
72 Set(1) {WeakSet {}} 76 Set(1) {WeakSet {}}
73 console-format-es6.html:11 Set(1) {WeakSet {…}} 77 console-format-es6.html:11 Set(1) {WeakSet {…}}
74 console-format-es6.html:12 [Set(1)] 78 console-format-es6.html:12 [Set(1)]
75 globals[11] 79 globals[11]
76 Set(1) {WeakSet {…}} 80 Set(1) {WeakSet {…}}
77 console-format-es6.html:11 Map(6) {" from str " => " to str ", undefined => unde fined, null => null, 42 => 42, Object {foo: "from"} => Object {foo: "to"}…} 81 console-format-es6.html:11 Map(6) {" from str " => " to str ", undefined => unde fined, null => null, 42 => 42, Object {foo: "from"} => Object {foo: "to"}…}
78 console-format-es6.html:12 [Map(6)] 82 console-format-es6.html:12 [Map(6)]
79 globals[12] 83 globals[12]
80 Map(6) {" from str " => " to str ", undefined => undefined, null => null, 42 => 42, Object {foo: "from"} => Object {foo: "to"}…} 84 Map(6) {" from str " => " to str ", undefined => undefined, null => null, 42 => 42, Object {foo: "from"} => Object {foo: "to"}…}
85 console-format-es6.html:11 Promise {[[PromiseStatus]]: "rejected", [[PromiseValu e]]: -0}
86 console-format-es6.html:12 [Promise]
87 globals[13]
88 Promise {[[PromiseStatus]]: "rejected", [[PromiseValue]]: -0}
89 console-format-es6.html:11 genFunction {[[GeneratorStatus]]: "suspended"}
90 console-format-es6.html:12 [genFunction]
91 globals[14]
92 genFunction {[[GeneratorStatus]]: "suspended"}
81 Expanded all messages 93 Expanded all messages
82 console-format-es6.html:11 Promise {[[PromiseStatus]]: "rejected", [[PromiseValu e]]: -0} 94 console-format-es6.html:11 Promise {[[PromiseStatus]]: "rejected", [[PromiseValu e]]: -0}
83 __proto__: Promise 95 __proto__: Promise
84 [[PromiseStatus]]: "rejected" 96 [[PromiseStatus]]: "rejected"
85 [[PromiseValue]]: -0 97 [[PromiseValue]]: -0
86 console-format-es6.html:12 [Promise] 98 console-format-es6.html:12 [Promise]
87 0: Promise 99 0: Promise
88 length: 1 100 length: 1
89 __proto__: Array(0) 101 __proto__: Array(0)
90 globals[0] 102 globals[0]
(...skipping 184 matching lines...) Expand 10 before | Expand all | Expand 10 after
275 size: (...) 287 size: (...)
276 __proto__: Map 288 __proto__: Map
277 [[Entries]]: Array(6) 289 [[Entries]]: Array(6)
278 0: {" from str " => " to str "} 290 0: {" from str " => " to str "}
279 1: {undefined => undefined} 291 1: {undefined => undefined}
280 2: {null => null} 292 2: {null => null}
281 3: {42 => 42} 293 3: {42 => 42}
282 4: {Object => Object} 294 4: {Object => Object}
283 5: {Array(1) => Array(1)} 295 5: {Array(1) => Array(1)}
284 length: 6 296 length: 6
297 console-format-es6.html:11 Promise {[[PromiseStatus]]: "rejected", [[PromiseValu e]]: -0}
298 __proto__: Promise
299 [[PromiseStatus]]: "rejected"
300 [[PromiseValue]]: -0
301 console-format-es6.html:12 [Promise]
302 0: Promise
303 length: 1
304 __proto__: Array(0)
305 globals[13]
306 Promise {[[PromiseStatus]]: "rejected", [[PromiseValue]]: -0}
307 __proto__: Promise
308 [[PromiseStatus]]: "rejected"
309 [[PromiseValue]]: -0
310 console-format-es6.html:11 genFunction {[[GeneratorStatus]]: "suspended"}
311 __proto__: Generator
312 [[GeneratorStatus]]: "suspended"
313 [[GeneratorFunction]]: function* ()
314 [[GeneratorReceiver]]: Window
315 [[GeneratorLocation]]: console-format-es6.html:56
316 [[Scopes]]: Scopes[2]
317 console-format-es6.html:12 [genFunction]
318 0: genFunction
319 length: 1
320 __proto__: Array(0)
321 globals[14]
322 genFunction {[[GeneratorStatus]]: "suspended"}
323 __proto__: Generator
324 [[GeneratorStatus]]: "suspended"
325 [[GeneratorFunction]]: function* ()
326 [[GeneratorReceiver]]: Window
327 [[GeneratorLocation]]: console-format-es6.html:56
328 [[Scopes]]: Scopes[2]
285 329
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698