| 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 | 3 |
| 4 Running: testGetFirstLineFunctionDetails | 4 Running: testGetFirstLineFunctionDetails |
| 5 firstLineFunction type = function | 5 firstLineFunction type = function |
| 6 Function details: | 6 Function details: |
| 7 lineNumber: 5 | 7 lineNumber: 5 |
| 8 columnNumber: 36 | 8 columnNumber: 36 |
| 9 scriptId is valid: true | 9 scriptId is valid: true |
| 10 functionName: firstLineFunction | 10 functionName: firstLineFunction |
| (...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 68 lineNumber: 38 | 68 lineNumber: 38 |
| 69 columnNumber: 27 | 69 columnNumber: 27 |
| 70 scriptId is valid: true | 70 scriptId is valid: true |
| 71 functionName: | 71 functionName: |
| 72 isGenerator: false | 72 isGenerator: false |
| 73 scopeChain #0: catch; ex: <no string representation> | 73 scopeChain #0: catch; ex: <no string representation> |
| 74 scopeChain #1: with; __proto__: <no string representation>,e: 7,f: 5,u: <no valu
e>,v: <no value> | 74 scopeChain #1: with; __proto__: <no string representation>,e: 7,f: 5,u: <no valu
e>,v: <no value> |
| 75 scopeChain #2: closure; arguments: <no string representation>,o: <no string repr
esentation>,p: <no string representation> | 75 scopeChain #2: closure; arguments: <no string representation>,o: <no string repr
esentation>,p: <no string representation> |
| 76 scopeChain #3: global; <global object properties omitted> | 76 scopeChain #3: global; <global object properties omitted> |
| 77 | 77 |
| OLD | NEW |