blob: 6bb18524f3a8c4a5fab72334eb1b129ee6478c22 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
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
|