haikuwebkit/LayoutTests/js/dom/implicit-call-with-global-r...

14 lines
448 B
Plaintext

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