Sign in
apache
/
netbeans
/
refs/heads/release310
/
.
/
webcommon
/
javascript2.model
/
test
/
unit
/
data
/
testfiles
/
model
/
getterSettterInObjectLiteral.js.testGetterSetterInObjectLiteral02.occurrences
blob: 1dd9f193ce67bfd54d70b60aad042bb60f65e23d [
file
]
get
|>
MARK_OCCURRENCES
:
years
<|()
{
return
this
.
old
;},
set
|>
MARK_OCCURRENCES
:
years
<|(
count
){
this
.
old
=
count
+
1
;},
Dog
.|>
MARK_OCCURRENCES
:
yea
^
rs
<|
=
10
;
formatter
.
println
(
"The dos is old "
+
Dog
.|>
MARK_OCCURRENCES
:
years
<|
+
" years."
);