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 b1e7393baf5b6add19907cc2d2a1dedc1b2b5b05..21c8ec4104fb13ffce72875ebfa05548e9d3c173 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 @@ |
globals[2] |
Symbol(a) |
console-format-es6.html:11 Object {a: Symbol(), Symbol(a): 2} |
-console-format-es6.html:12 [{…}] |
+console-format-es6.html:12 [Object] |
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 @@ |
a: Symbol() |
getter: (...) |
Symbol(a): 2 |
- get getter: ƒ getter() |
+ get getter: function getter() |
__proto__: Object |
-console-format-es6.html:12 [{…}] |
+console-format-es6.html:12 [Object] |
0: Object |
length: 1 |
__proto__: Array(0) |
@@ -127,7 +127,7 @@ |
a: Symbol() |
getter: (...) |
Symbol(a): 2 |
- get getter: ƒ getter() |
+ get getter: function getter() |
__proto__: Object |
console-format-es6.html:11 Map(1) {Object {a: Symbol(), Symbol(a): 2} => Object {foo: 1}} |
size: (...) |
@@ -291,7 +291,7 @@ |
console-format-es6.html:11 genFunction {[[GeneratorStatus]]: "suspended"} |
__proto__: Generator |
[[GeneratorStatus]]: "suspended" |
- [[GeneratorFunction]]: ƒ* () |
+ [[GeneratorFunction]]: function* () |
[[GeneratorReceiver]]: Window |
[[GeneratorLocation]]: console-format-es6.html:56 |
[[Scopes]]: Scopes[2] |
@@ -303,7 +303,7 @@ |
genFunction {[[GeneratorStatus]]: "suspended"} |
__proto__: Generator |
[[GeneratorStatus]]: "suspended" |
- [[GeneratorFunction]]: ƒ* () |
+ [[GeneratorFunction]]: function* () |
[[GeneratorReceiver]]: Window |
[[GeneratorLocation]]: console-format-es6.html:56 |
[[Scopes]]: Scopes[2] |