Home | History | Annotate | Download | only in mjsunit

Lines Matching defs:test

33   var test = new Function('n',
35 assertEquals(expect, test(input));
36 assertEquals(expect, test(input));
37 assertEquals(expect, test(input));
38 %OptimizeFunctionOnNextCall(test);
39 assertEquals(expect, test(input));
47 function test() {
140 // Test in a loop to cover the custom IC and GC-related issues.
142 test();
146 // Regression test for a bug where a negative zero coming from Math.floor