blob: 28f7f281553ce1aba32248e46f0bdc16dd129c41 [file] [log] [blame]
This test checks that implicit reentry to global code through a getter does not clobber the calling register file.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS testObject.getterTest; testVar; is "PASS"
PASS testObject.setterTest = 1; testVar; is "PASS"
PASS testObject.toStringTest(); testVar; is "PASS"
PASS testObject.valueOfTest(); testVar; is "PASS"
PASS successfullyParsed is true
TEST COMPLETE