| Index: LayoutTests/inspector/sources/debugger/function-details-expected.txt
|
| diff --git a/LayoutTests/inspector/sources/debugger/function-details-expected.txt b/LayoutTests/inspector/sources/debugger/function-details-expected.txt
|
| deleted file mode 100644
|
| index 805f304a373abb56ca2782b28bd79015fcd74028..0000000000000000000000000000000000000000
|
| --- a/LayoutTests/inspector/sources/debugger/function-details-expected.txt
|
| +++ /dev/null
|
| @@ -1,77 +0,0 @@
|
| -Tests that Debugger.getFunctionDetails command returns correct location. Bug 71808
|
| -
|
| -
|
| -Running: testGetFirstLineFunctionDetails
|
| -firstLineFunction type = function
|
| -Function details:
|
| -lineNumber: 5
|
| -columnNumber: 36
|
| -scriptId is valid: true
|
| -functionName: firstLineFunction
|
| -isGenerator: false
|
| -scopeChain #0: global; <global object properties omitted>
|
| -
|
| -Running: testGetNonFirstLineFunctionDetails
|
| -notFirstLineFunction type = function
|
| -Function details:
|
| -lineNumber: 10
|
| -columnNumber: 32
|
| -scriptId is valid: true
|
| -functionName: notFirstLineFunction
|
| -isGenerator: false
|
| -scopeChain #0: global; <global object properties omitted>
|
| -
|
| -Running: testGetDetailsOfFunctionWithInferredName
|
| -obj.m type = function
|
| -Function details:
|
| -lineNumber: 16
|
| -columnNumber: 15
|
| -scriptId is valid: true
|
| -functionName: obj.m
|
| -isGenerator: false
|
| -scopeChain #0: global; <global object properties omitted>
|
| -
|
| -Running: testGetDetailsOfFunctionWithDisplayName
|
| -functionWithDisplayName type = function
|
| -Function details:
|
| -lineNumber: 19
|
| -columnNumber: 32
|
| -scriptId is valid: true
|
| -functionName: user-friendly name
|
| -isGenerator: false
|
| -scopeChain #0: global; <global object properties omitted>
|
| -
|
| -Running: testGetDetailsOfFunctionWithDisplayNameGetter
|
| -functionWithDisplayNameGetter type = function
|
| -Function details:
|
| -lineNumber: 22
|
| -columnNumber: 38
|
| -scriptId is valid: true
|
| -functionName: functionWithDisplayNameGetter
|
| -isGenerator: false
|
| -scopeChain #0: global; <global object properties omitted>
|
| -
|
| -Running: testSmallClosure
|
| -smallClosure type = function
|
| -Function details:
|
| -lineNumber: 25
|
| -columnNumber: 49
|
| -scriptId is valid: true
|
| -functionName:
|
| -isGenerator: false
|
| -scopeChain #0: closure; p: "Capybara"
|
| -scopeChain #1: global; <global object properties omitted>
|
| -
|
| -Running: testBigClosure
|
| -bigClosure type = function
|
| -Function details:
|
| -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; arguments: <no string representation>,o: <no string representation>,p: <no string representation>
|
| -scopeChain #3: global; <global object properties omitted>
|
| -
|
|
|