blob: 6e4dff8413142e638e1b5bca7ce79b71a85252ad [file] [log] [blame]
Tests that "Show Function Definition" jumps to the correct location.
Running: testRevealFunctionDefinition
Function location revealed: [10:24]
Running: testDumpFunctionDefinition
jumpToMe
ƒ jumpToMe()
{
var result = 12345;
return window.foo || result;
}