| Index: third_party/WebKit/LayoutTests/inspector/sources/debugger/properties-special-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/inspector/sources/debugger/properties-special-expected.txt b/third_party/WebKit/LayoutTests/inspector/sources/debugger/properties-special-expected.txt
|
| index 6c5c46d28512bcc3118dbd2d3383138a93b146e8..b3a9383e12d1302c90e49b734ee291d179c9b9be 100644
|
| --- a/third_party/WebKit/LayoutTests/inspector/sources/debugger/properties-special-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/inspector/sources/debugger/properties-special-expected.txt
|
| @@ -7,25 +7,25 @@ Tests how debugger presents special properties of closures, bound functions and
|
| properties-special.html:10 Boolean
|
| __proto__: Boolean
|
| [[PrimitiveValue]]: true
|
| -properties-special.html:11 function anonymous(a,b)
|
| +properties-special.html:11 ƒ anonymous(a,b)
|
| arguments: null
|
| caller: null
|
| length: 2
|
| name: ""
|
| prototype: Object
|
| - __proto__: function ()
|
| + __proto__: ƒ ()
|
| [[FunctionLocation]]: properties-special.html:11
|
| [[Scopes]]: Scopes[1]
|
| -properties-special.html:12 function bound ()
|
| +properties-special.html:12 ƒ bound ()
|
| arguments: (...)
|
| caller: (...)
|
| length: 1
|
| name: "bound "
|
| - __proto__: function ()
|
| - [[TargetFunction]]: function (a,b)
|
| + __proto__: ƒ ()
|
| + [[TargetFunction]]: ƒ (a,b)
|
| [[BoundThis]]: Object
|
| [[BoundArgs]]: Array(1)
|
| -properties-special.html:13 function* anonymous()
|
| +properties-special.html:13 ƒ* anonymous()
|
| arguments: (...)
|
| caller: (...)
|
| length: 0
|
|
|