| Index: third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/function-details-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/function-details-expected.txt b/third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/function-details-expected.txt
|
| index b8809ce0a93b31a37a7640ef65bf27faac2ee70f..3f34200ff200d8bc3eca34d4553d421c268eeee5 100644
|
| --- a/third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/function-details-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/function-details-expected.txt
|
| @@ -8,8 +8,7 @@ lineNumber: 5
|
| columnNumber: 36
|
| scriptId is valid: true
|
| functionName: firstLineFunction
|
| -isGenerator: false
|
| -scopeChain #0: global; <global object properties omitted>
|
| +scopeChain #0: Global; <global object properties omitted>
|
|
|
| Running: testGetNonFirstLineFunctionDetails
|
| notFirstLineFunction type = function
|
| @@ -18,8 +17,7 @@ lineNumber: 10
|
| columnNumber: 32
|
| scriptId is valid: true
|
| functionName: notFirstLineFunction
|
| -isGenerator: false
|
| -scopeChain #0: global; <global object properties omitted>
|
| +scopeChain #0: Global; <global object properties omitted>
|
|
|
| Running: testGetDetailsOfFunctionWithInferredName
|
| obj.m type = function
|
| @@ -28,8 +26,7 @@ lineNumber: 16
|
| columnNumber: 15
|
| scriptId is valid: true
|
| functionName: m
|
| -isGenerator: false
|
| -scopeChain #0: global; <global object properties omitted>
|
| +scopeChain #0: Global; <global object properties omitted>
|
|
|
| Running: testGetDetailsOfFunctionWithDisplayName
|
| functionWithDisplayName type = function
|
| @@ -38,8 +35,7 @@ lineNumber: 19
|
| columnNumber: 32
|
| scriptId is valid: true
|
| functionName: user-friendly name
|
| -isGenerator: false
|
| -scopeChain #0: global; <global object properties omitted>
|
| +scopeChain #0: Global; <global object properties omitted>
|
|
|
| Running: testGetDetailsOfFunctionWithDisplayNameGetter
|
| functionWithDisplayNameGetter type = function
|
| @@ -48,8 +44,7 @@ lineNumber: 22
|
| columnNumber: 38
|
| scriptId is valid: true
|
| functionName: functionWithDisplayNameGetter
|
| -isGenerator: false
|
| -scopeChain #0: global; <global object properties omitted>
|
| +scopeChain #0: Global; <global object properties omitted>
|
|
|
| Running: testSmallClosure
|
| smallClosure type = function
|
| @@ -58,9 +53,8 @@ lineNumber: 25
|
| columnNumber: 49
|
| scriptId is valid: true
|
| functionName:
|
| -isGenerator: false
|
| -scopeChain #0: closure; p: "Capybara"
|
| -scopeChain #1: global; <global object properties omitted>
|
| +scopeChain #0: Closure; p: "Capybara"
|
| +scopeChain #1: Global; <global object properties omitted>
|
|
|
| Running: testBigClosure
|
| bigClosure type = function
|
| @@ -69,9 +63,18 @@ lineNumber: 38
|
| columnNumber: 27
|
| scriptId is valid: true
|
| functionName:
|
| -isGenerator: false
|
| -scopeChain #0: catch; ex: <no string representation>
|
| -scopeChain #1: with; __proto__: <no string representation>,e: 7,f: 5,u: <no value>,v: <no value>
|
| -scopeChain #2: closure; p: <no string representation>
|
| -scopeChain #3: global; <global object properties omitted>
|
| +scopeChain #0: Catch; ex: <no string representation>
|
| +scopeChain #1: With Block; __proto__: <no string representation>,e: 7,f: 5,u: <no value>,v: <no value>
|
| +scopeChain #2: Closure; p: <no string representation>
|
| +scopeChain #3: Global; <global object properties omitted>
|
| +
|
| +Running: testGenFunction
|
| +gen type = function
|
| +Function details:
|
| +lineNumber: 45
|
| +columnNumber: 13
|
| +scriptId is valid: true
|
| +functionName: gen
|
| +isGenerator: true
|
| +scopeChain #0: Global; <global object properties omitted>
|
|
|
|
|