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

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

Issue 2717853002: DevTools: iterate on object preview style (Closed)
Patch Set: unhide experiment and fix ellipsis 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]
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
67 globals[9] 67 globals[9]
68 Map(1) {Map(1) {…} => WeakMap {…}} 68 Map(1) {Map(1) {…} => WeakMap {…}}
69 console-format-es6.html:11 Set(1) {WeakSet {}} 69 console-format-es6.html:11 Set(1) {WeakSet {}}
70 console-format-es6.html:12 [Set(1)] 70 console-format-es6.html:12 [Set(1)]
71 globals[10] 71 globals[10]
72 Set(1) {WeakSet {}} 72 Set(1) {WeakSet {}}
73 console-format-es6.html:11 Set(1) {WeakSet {…}} 73 console-format-es6.html:11 Set(1) {WeakSet {…}}
74 console-format-es6.html:12 [Set(1)] 74 console-format-es6.html:12 [Set(1)]
75 globals[11] 75 globals[11]
76 Set(1) {WeakSet {…}} 76 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"}…} 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"}, …}
78 console-format-es6.html:12 [Map(6)] 78 console-format-es6.html:12 [Map(6)]
79 globals[12] 79 globals[12]
80 Map(6) {" from str " => " to str ", undefined => undefined, null => null, 42 => 42, Object {foo: "from"} => Object {foo: "to"}…} 80 Map(6) {" from str " => " to str ", undefined => undefined, null => null, 42 => 42, Object {foo: "from"} => Object {foo: "to"}, …}
81 Expanded all messages 81 Expanded all messages
82 console-format-es6.html:11 Promise {[[PromiseStatus]]: "rejected", [[PromiseValu e]]: -0} 82 console-format-es6.html:11 Promise {[[PromiseStatus]]: "rejected", [[PromiseValu e]]: -0}
83 __proto__: Promise 83 __proto__: Promise
84 [[PromiseStatus]]: "rejected" 84 [[PromiseStatus]]: "rejected"
85 [[PromiseValue]]: -0 85 [[PromiseValue]]: -0
86 console-format-es6.html:12 [Promise] 86 console-format-es6.html:12 [Promise]
87 0: Promise 87 0: Promise
88 length: 1 88 length: 1
89 __proto__: Array(0) 89 __proto__: Array(0)
90 globals[0] 90 globals[0]
(...skipping 157 matching lines...) Expand 10 before | Expand all | Expand 10 after
248 0: Set(1) 248 0: Set(1)
249 length: 1 249 length: 1
250 __proto__: Array(0) 250 __proto__: Array(0)
251 globals[11] 251 globals[11]
252 Set(1) {WeakSet {…}} 252 Set(1) {WeakSet {…}}
253 size: (...) 253 size: (...)
254 __proto__: Set 254 __proto__: Set
255 [[Entries]]: Array(1) 255 [[Entries]]: Array(1)
256 0: WeakSet 256 0: WeakSet
257 length: 1 257 length: 1
258 console-format-es6.html:11 Map(6) {" from str " => " to str ", undefined => unde fined, null => null, 42 => 42, Object {foo: "from"} => Object {foo: "to"}…} 258 console-format-es6.html:11 Map(6) {" from str " => " to str ", undefined => unde fined, null => null, 42 => 42, Object {foo: "from"} => Object {foo: "to"}, …}
259 size: (...) 259 size: (...)
260 __proto__: Map 260 __proto__: Map
261 [[Entries]]: Array(6) 261 [[Entries]]: Array(6)
262 0: {" from str " => " to str "} 262 0: {" from str " => " to str "}
263 1: {undefined => undefined} 263 1: {undefined => undefined}
264 2: {null => null} 264 2: {null => null}
265 3: {42 => 42} 265 3: {42 => 42}
266 4: {Object => Object} 266 4: {Object => Object}
267 5: {Array(1) => Array(1)} 267 5: {Array(1) => Array(1)}
268 length: 6 268 length: 6
269 console-format-es6.html:12 [Map(6)] 269 console-format-es6.html:12 [Map(6)]
270 0: Map(6) 270 0: Map(6)
271 length: 1 271 length: 1
272 __proto__: Array(0) 272 __proto__: Array(0)
273 globals[12] 273 globals[12]
274 Map(6) {" from str " => " to str ", undefined => undefined, null => null, 42 => 42, Object {foo: "from"} => Object {foo: "to"}…} 274 Map(6) {" from str " => " to str ", undefined => undefined, null => null, 42 => 42, Object {foo: "from"} => Object {foo: "to"}, …}
275 size: (...) 275 size: (...)
276 __proto__: Map 276 __proto__: Map
277 [[Entries]]: Array(6) 277 [[Entries]]: Array(6)
278 0: {" from str " => " to str "} 278 0: {" from str " => " to str "}
279 1: {undefined => undefined} 279 1: {undefined => undefined}
280 2: {null => null} 280 2: {null => null}
281 3: {42 => 42} 281 3: {42 => 42}
282 4: {Object => Object} 282 4: {Object => Object}
283 5: {Array(1) => Array(1)} 283 5: {Array(1) => Array(1)}
284 length: 6 284 length: 6
285 285
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698