Searched refs:testExactMapHoisting3 (Results 1 – 1 of 1) sorted by relevance
119 function testExactMapHoisting3(a) { function135 testExactMapHoisting3(new Array(5));136 testExactMapHoisting3(new Array(5)); // Call twice to make sure that second139 %OptimizeFunctionOnNextCall(testExactMapHoisting3);140 testExactMapHoisting3(new Array(5));141 testExactMapHoisting3(new Array(5));142 assertOptimized(testExactMapHoisting3);143 %ClearFunctionTypeFeedback(testExactMapHoisting3);