Sign in
eclipse
/
sourceediting
/
webtools.sourceediting
/
d335d0239dd05ab2f12e276ce6858f6993836a06
/
.
/
web
/
tests
/
org.eclipse.wst.jsdt.web.ui.tests
/
testFiles
/
JSDTWebContentAssist
/
WebContent
/
ReferenceInMemberAndStaticFunctions.js
blob: a5bf9e5242df043a3a80b972cef11f3d56d29e83 [
file
] [
log
] [
blame
]
ParentType0
=
function
(
a
)
{};
ParentType0
.
prototype
=
new
Object
();
ParentType0
.
prototype
.
func1
=
function
(
a
)
{
this
.
a
=
a
;
};
ParentType0
.
func2
=
function
(
b
)
{
this
.
b
=
b
;
};
new
fu
new
Par