Sign in
◑
Theme
eclipse
/
sourceediting
/
webtools.sourceediting
/
f91e01d2a86607f8e86f4d0a605410cf32d2ee7e
/
.
/
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