1 This test ensure that global-to-global re-entry works correctly and does not clobber anything. This passes if it does not crash.
4 testRunner
.dumpAsText();
6 // The important part of the test is the global reentry from the document.write passed implicitly to eval
7 // the rest is just to ensure the test crahes reliably (errr... or something) if something goes wrong with
9 __defineSetter__("implicitCall", eval
);
11 a
.b
= (implicitCall
= 'document.write("<script>var b, c, d, e, f, g, h, i, j, k, l, m, n, o, p;</"+"script>");');