Searched refs:testExactMapHoisting2 (Results 1 – 1 of 1) sorted by relevance
87 function testExactMapHoisting2(a) { function105 testExactMapHoisting2(new Array(5));106 testExactMapHoisting2(new Array(5)); // Call twice to make sure that second109 %OptimizeFunctionOnNextCall(testExactMapHoisting2);110 testExactMapHoisting2(new Array(5));111 testExactMapHoisting2(new Array(5));114 %ClearFunctionTypeFeedback(testExactMapHoisting2);