blob: c3c5d84fa53e51ee2b3fda4bf447ff7482d0447a (
plain)
1
2
3
4
5
6
7
8
|
function TestCase(n, d, e, a) {}
function reportCompare () {
var testcase = new TestCase();
}
reportCompare();
schedulegc(10);
this.TestCase=Number;
reportCompare(4294967295.5);
|