Sign in
apache
/
netbeans
/
refs/heads/release190
/
.
/
webcommon
/
javascript2.model
/
test
/
unit
/
data
/
testfiles
/
structure
/
issue250392.js
blob: a634d537a9b0ef0b5a2b8c886ec61a749c0342dc [
file
] [
log
] [
blame
]
var
Lexer
=
function
Lexer
()
{
};
Lexer
.
prototype
=
{
method1
:
function
()
{
},
method2
:
function
()
{
}
};
var
myLexer
=
new
Lexer
();