blob: 0cd0e57db2d5b2970d0beae51564061a9d587060 [file] [log] [blame]
LiveConnect 3.0 JavaScript to Java Data Type Conversion JavaScript Object to int
PASS dt.setInteger( MyFunction ); dt.PUB_INT is 999
PASS dt.setInteger( MyFunction ); dt.getInteger() is 999
PASS typeof dt.getInteger() is "number"
PASS dt.setInteger( MyOtherFunction ); dt.PUB_INT is 999
PASS dt.setInteger( MyOtherFunction ); dt.getInteger() is 999
PASS typeof dt.getInteger() is "number"
PASS successfullyParsed is true
TEST COMPLETE