repo.or.cz
/
chromium-blink-merge.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge Chromium + Blink git repositories
[chromium-blink-merge.git]
/
third_party
/
WebKit
/
LayoutTests
/
inspector
/
sources
/
debugger-ui
/
show-function-definition-expected.txt
blob
4c3aad0f3ca8ee6bc4c23da6b0302e1f747f9f1a
1
Tests that "Show Function Definition" jumps to the correct location.
2
3
4
Running: testRevealFunctionDefinition
5
Function location revealed: [7:18]
6
7
Running: testDumpFunctionDefinition
8
jumpToMe
9
jumpToMe()
10
{
11
var result = 12345;
12
return window.foo || result;
13
}
14