| Index: third_party/WebKit/LayoutTests/inspector/console/console-format-es6-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/inspector/console/console-format-es6-expected.txt b/third_party/WebKit/LayoutTests/inspector/console/console-format-es6-expected.txt
|
| index 21c8ec4104fb13ffce72875ebfa05548e9d3c173..b1e7393baf5b6add19907cc2d2a1dedc1b2b5b05 100644
|
| --- a/third_party/WebKit/LayoutTests/inspector/console/console-format-es6-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/inspector/console/console-format-es6-expected.txt
|
| @@ -41,7 +41,7 @@ console-format-es6.html:12 [Symbol(a)]
|
| globals[2]
|
| Symbol(a)
|
| console-format-es6.html:11 Object {a: Symbol(), Symbol(a): 2}
|
| -console-format-es6.html:12 [Object]
|
| +console-format-es6.html:12 [{…}]
|
| globals[3]
|
| Object {a: Symbol(), Symbol(a): 2}
|
| console-format-es6.html:11 Map(1) {Object {a: Symbol(), Symbol(a): 2} => Object {foo: 1}}
|
| @@ -116,9 +116,9 @@ console-format-es6.html:11 Object {a: Symbol(), Symbol(a): 2}
|
| a: Symbol()
|
| getter: (...)
|
| Symbol(a): 2
|
| - get getter: function getter()
|
| + get getter: ƒ getter()
|
| __proto__: Object
|
| -console-format-es6.html:12 [Object]
|
| +console-format-es6.html:12 [{…}]
|
| 0: Object
|
| length: 1
|
| __proto__: Array(0)
|
| @@ -127,7 +127,7 @@ Object {a: Symbol(), Symbol(a): 2}
|
| a: Symbol()
|
| getter: (...)
|
| Symbol(a): 2
|
| - get getter: function getter()
|
| + get getter: ƒ getter()
|
| __proto__: Object
|
| console-format-es6.html:11 Map(1) {Object {a: Symbol(), Symbol(a): 2} => Object {foo: 1}}
|
| size: (...)
|
| @@ -291,7 +291,7 @@ Map(6) {" from str " => " to str ", undefined => undefined, null => null, 42 =>
|
| console-format-es6.html:11 genFunction {[[GeneratorStatus]]: "suspended"}
|
| __proto__: Generator
|
| [[GeneratorStatus]]: "suspended"
|
| - [[GeneratorFunction]]: function* ()
|
| + [[GeneratorFunction]]: ƒ* ()
|
| [[GeneratorReceiver]]: Window
|
| [[GeneratorLocation]]: console-format-es6.html:56
|
| [[Scopes]]: Scopes[2]
|
| @@ -303,7 +303,7 @@ globals[13]
|
| genFunction {[[GeneratorStatus]]: "suspended"}
|
| __proto__: Generator
|
| [[GeneratorStatus]]: "suspended"
|
| - [[GeneratorFunction]]: function* ()
|
| + [[GeneratorFunction]]: ƒ* ()
|
| [[GeneratorReceiver]]: Window
|
| [[GeneratorLocation]]: console-format-es6.html:56
|
| [[Scopes]]: Scopes[2]
|
|
|