Sign in
eclipse
/
jsdt
/
webtools.jsdt.tests
/
d714bafbe59f5562b2f74df7764aa7013f59d83f
/
.
/
tests
/
org.eclipse.wst.jsdt.ui.tests
/
testresources
/
ContentAssist
/
root
/
test13_0.js
blob: 7a27c82d8f34933bb8c2db398748e4713853ee3c [
file
] [
log
] [
blame
]
function
outerFunc
()
{
i
o
// innerFunc and outerFunc
function
innerFunc
()
{
i
o
// all but localInnerFunc
function
insideInnerFunc
()
{
var
localInnerFunc
=
function
(
param1
)
{
};
//all the functions
}
// all but localInnerFunc
}
}
// only outerFunc