Sign in
eclipse
/
sourceediting
/
webtools.sourceediting.tests
/
f3be5d72e445caf5e95be9e350a1273cb2d441fc
/
.
/
tests
/
org.eclipse.wst.jsdt.web.ui.tests
/
testFiles
/
JSDTWebContentAssist
/
WebContent
/
InnerOuter.js
blob: 79998f8c4727c683e6d78743cad48176b9435be1 [
file
]
function
outerFunc
()
{
// innerFunc and outerFunc
function
innerFunc
()
{
// all but localInnerFunc
function
insideInnerFunc
()
{
var
localInnerFunc
=
function
(
param1
)
{
};
//all the functions
}
// all but localInnerFunc
}
}
// only outerFunc