Sign in
apache
/
netbeans
/
refs/heads/release300
/
.
/
webcommon
/
javascript2.model
/
test
/
unit
/
data
/
testfiles
/
markoccurences
/
issue231782.js
blob: a2fb6c9a6a84b00096a12d6dfce93b2cbe1088cd [
file
]
var
Test
=
{
debug
:
function
(
b
,
c
)
{
var
d
=
this
.
options
.
debug
;
}
};
Test
.
debug
();
console
.
log
(
Test
.
options
.
debug
);