Searched refs:testExactMapHoisting (Results 1 – 1 of 1) sorted by relevance
61 function testExactMapHoisting(a) { function74 testExactMapHoisting(new Array(5));75 testExactMapHoisting(new Array(5)); // Call twice to make sure that second78 %OptimizeFunctionOnNextCall(testExactMapHoisting);79 testExactMapHoisting(new Array(5));80 testExactMapHoisting(new Array(5));81 assertOptimized(testExactMapHoisting);82 %ClearFunctionTypeFeedback(testExactMapHoisting);