Home | History | Annotate | Download | only in compiler

Lines Matching defs:test

30 // Test inlining of Math.floor when assigned to a local.
34 var test = new Function('n',
37 assertEquals(expect, test(input));
38 assertEquals(expect, test(input));
39 assertEquals(expect, test(input));
40 %OptimizeFunctionOnNextCall(test);
41 assertEquals(expect, test(input));
49 function test() {
142 // Test in a loop to cover the custom IC and GC-related issues.
144 test();
149 // Regression test for a bug where a negative zero coming from Math.floor