Sign in
eclipse
/
gerrit
/
jsdt
/
webtools.jsdt
/
a8de6ef988cb5a15be79accf53664bf05be2f94b
/
.
/
tests
/
org.eclipse.wst.jsdt.ui.tests
/
testresources
/
ContentAssist
/
root
/
TestObjectLiteralDeclaration_0.js
blob: 325702112e3fbe7923cc5fa28a5930abd2264f71 [
file
] [
log
] [
blame
]
var
obj
=
{
field1
:
1
,
field2
:
2
,
field3
:
3
,
funcField1
:
function
(
param1
)
{
para
},
funcField2
:
function
(
param2
)
{
var
objNestedVar
=
3
;
objN
return
objNestedVar
;
}
}
obj
.
f