Sign in
apache
/
netbeans
/
refs/heads/release190
/
.
/
webcommon
/
javascript2.editor
/
test
/
qa-functional
/
data
/
completionTest
/
goto.js
blob: 51cdc938fdf6c68710e9f33ddd21b56b71db62c8 [
file
] [
log
] [
blame
]
var
pe
=
new
Person
(
"John"
);
//17:9
pe
.
hello
();
//7:60
pe
.
realname
=
"Doe"
;
//9:33
drawResolvedFixedChart
(
null
);
//15:228
window
.
test
.
name
.
firstname
;
//23:852
window
.
test
.
name
.
firstname
;
//15:836
window
.
test
.
name
.
firstname
;
//10:823
var
a
=
1
;