Sign in
android
/
toolchain
/
jdk
/
jdk9_jdk
/
8dc52213c6f9dfcbbbc8c9df8796cd583ef441e4
/
.
/
test
/
javax
/
script
/
Test4.js
blob: 6c3c1f4602134bf666a8890e47a70347a42e0146 [
file
]
function
run
()
{
print
(
"global run method"
);
}
var
intfObj
=
{
run
:
function
()
{
print
(
"object run method"
);
}
};