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

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

Issue 2779703002: DevTools: format generator objects as objects (Closed)
Patch Set: Created 3 years, 8 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 Generator]
28 CONSOLE MESSAGE: line 12: [object Generator]
27 Tests that console properly displays information about ES6 features. 29 Tests that console properly displays information about ES6 features.
28 30
29 console-format-es6.html:11 Promise {[[PromiseStatus]]: "rejected", [[PromiseValu e]]: -0} 31 console-format-es6.html:11 Promise {[[PromiseStatus]]: "rejected", [[PromiseValu e]]: -0}
30 console-format-es6.html:12 [Promise] 32 console-format-es6.html:12 [Promise]
31 globals[0] 33 globals[0]
32 Promise {[[PromiseStatus]]: "rejected", [[PromiseValue]]: -0} 34 Promise {[[PromiseStatus]]: "rejected", [[PromiseValue]]: -0}
33 console-format-es6.html:11 Symbol() 35 console-format-es6.html:11 Symbol()
34 console-format-es6.html:12 [Symbol()] 36 console-format-es6.html:12 [Symbol()]
35 globals[1] 37 globals[1]
36 Symbol() 38 Symbol()
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
71 globals[10] 73 globals[10]
72 Set(1) {WeakSet {}} 74 Set(1) {WeakSet {}}
73 console-format-es6.html:11 Set(1) {WeakSet {…}} 75 console-format-es6.html:11 Set(1) {WeakSet {…}}
74 console-format-es6.html:12 [Set(1)] 76 console-format-es6.html:12 [Set(1)]
75 globals[11] 77 globals[11]
76 Set(1) {WeakSet {…}} 78 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"}…} 79 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)] 80 console-format-es6.html:12 [Map(6)]
79 globals[12] 81 globals[12]
80 Map(6) {" from str " => " to str ", undefined => undefined, null => null, 42 => 42, Object {foo: "from"} => Object {foo: "to"}…} 82 Map(6) {" from str " => " to str ", undefined => undefined, null => null, 42 => 42, Object {foo: "from"} => Object {foo: "to"}…}
83 console-format-es6.html:11 genFunction {[[GeneratorStatus]]: "suspended"}
84 console-format-es6.html:12 [genFunction]
85 globals[13]
86 genFunction {[[GeneratorStatus]]: "suspended"}
81 Expanded all messages 87 Expanded all messages
82 console-format-es6.html:11 Promise {[[PromiseStatus]]: "rejected", [[PromiseValu e]]: -0} 88 console-format-es6.html:11 Promise {[[PromiseStatus]]: "rejected", [[PromiseValu e]]: -0}
83 __proto__: Promise 89 __proto__: Promise
84 [[PromiseStatus]]: "rejected" 90 [[PromiseStatus]]: "rejected"
85 [[PromiseValue]]: -0 91 [[PromiseValue]]: -0
86 console-format-es6.html:12 [Promise] 92 console-format-es6.html:12 [Promise]
87 0: Promise 93 0: Promise
88 length: 1 94 length: 1
89 __proto__: Array(0) 95 __proto__: Array(0)
90 globals[0] 96 globals[0]
(...skipping 184 matching lines...) Expand 10 before | Expand all | Expand 10 after
275 size: (...) 281 size: (...)
276 __proto__: Map 282 __proto__: Map
277 [[Entries]]: Array(6) 283 [[Entries]]: Array(6)
278 0: {" from str " => " to str "} 284 0: {" from str " => " to str "}
279 1: {undefined => undefined} 285 1: {undefined => undefined}
280 2: {null => null} 286 2: {null => null}
281 3: {42 => 42} 287 3: {42 => 42}
282 4: {Object => Object} 288 4: {Object => Object}
283 5: {Array(1) => Array(1)} 289 5: {Array(1) => Array(1)}
284 length: 6 290 length: 6
291 console-format-es6.html:11 genFunction {[[GeneratorStatus]]: "suspended"}
292 __proto__: Generator
293 [[GeneratorStatus]]: "suspended"
294 [[GeneratorFunction]]: function* ()
295 [[GeneratorReceiver]]: Window
296 [[GeneratorLocation]]: console-format-es6.html:56
297 [[Scopes]]: Scopes[2]
298 console-format-es6.html:12 [genFunction]
299 0: genFunction
300 length: 1
301 __proto__: Array(0)
302 globals[13]
303 genFunction {[[GeneratorStatus]]: "suspended"}
304 __proto__: Generator
305 [[GeneratorStatus]]: "suspended"
306 [[GeneratorFunction]]: function* ()
307 [[GeneratorReceiver]]: Window
308 [[GeneratorLocation]]: console-format-es6.html:56
309 [[Scopes]]: Scopes[2]
285 310
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698