Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 Tests that "Show Function Definition" jumps to the correct location. | 1 Tests that "Show Function Definition" jumps to the correct location. |
| 2 | 2 |
| 3 | 3 |
| 4 Running: testRevealFunctionDefinition | 4 Running: testRevealFunctionDefinition |
| 5 Function location revealed: [7:18] | 5 Function location revealed: [7:18] |
| 6 | 6 |
| 7 Running: testDumpFunctionDefinition | 7 Running: testDumpFunctionDefinition |
| 8 jumpToMe | 8 jumpToMe |
| 9 show-function-definition.html:7 function jumpToMe() | 9 jumpToMe() |
| 10 { | |
| 11 var result = 12345; | |
| 12 return window.foo || result; | |
| 13 } | |
| 14 | 10 |
| OLD | NEW |