Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
oj-libjdwp
/
14e53492a916c0f62022a729786730a8c52c5daa
/
.
/
test
/
javax
/
script
/
Test2.js
blob: 673a4e6f1398497be6380bc6c926d8ea73c227e9 [
file
] [
log
] [
blame
]
if
(
Testobj
.
getVal
()
!=
'Hello World'
)
{
throw
"unexpected value"
;
}
Testobj
=
"a string"
;
if
(
Testobj
.
getVal
!=
undefined
||
Testobj
!=
'a string'
)
{
throw
"can' change Testobj?"
;
}