| OLD | NEW |
| 1 Tests that Debugger.getFunctionDetails command returns correct location. Bug 718
08 | 1 Tests that Debugger.getFunctionDetails command returns correct location. Bug 718
08 |
| 2 | 2 |
| 3 Debugger was enabled. | |
| 4 | 3 |
| 5 Running: testGetFirstLineFunctionDetails | 4 Running: testGetFirstLineFunctionDetails |
| 6 firstLineFunction type = function | 5 firstLineFunction type = function |
| 7 Function details: | 6 Function details: |
| 8 lineNumber: 5 | 7 lineNumber: 5 |
| 9 columnNumber: 36 | 8 columnNumber: 36 |
| 10 scriptId is valid: true | 9 scriptId is valid: true |
| 11 functionName: firstLineFunction | 10 functionName: firstLineFunction |
| 12 scopeChain #0: global; <global object properties omitted> | 11 scopeChain #0: global; <global object properties omitted> |
| 13 | 12 |
| (...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 61 bigClosure type = function | 60 bigClosure type = function |
| 62 Function details: | 61 Function details: |
| 63 lineNumber: 38 | 62 lineNumber: 38 |
| 64 columnNumber: 27 | 63 columnNumber: 27 |
| 65 scriptId is valid: true | 64 scriptId is valid: true |
| 66 functionName: | 65 functionName: |
| 67 scopeChain #0: catch; ex: <no string representation> | 66 scopeChain #0: catch; ex: <no string representation> |
| 68 scopeChain #1: with; __proto__: <no string representation>,e: 7,f: 5,u: <no valu
e>,v: <no value> | 67 scopeChain #1: with; __proto__: <no string representation>,e: 7,f: 5,u: <no valu
e>,v: <no value> |
| 69 scopeChain #2: closure; arguments: <no string representation>,o: <no string repr
esentation>,p: <no string representation> | 68 scopeChain #2: closure; arguments: <no string representation>,o: <no string repr
esentation>,p: <no string representation> |
| 70 scopeChain #3: global; <global object properties omitted> | 69 scopeChain #3: global; <global object properties omitted> |
| 71 Debugger was disabled. | |
| 72 | 70 |
| OLD | NEW |