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