Home
last modified time | relevance | path

Searched refs:tailee4 (Results 1 – 2 of 2) sorted by relevance

/external/v8/test/mjsunit/
Dtail-call-intrinsic.js59 tailee4 = function(px) { function
64 return %_TailCall(tailee4, this, px, undefined);
67 %OptimizeFunctionOnNextCall(tailee4);
68 assertThrows(function() { tailee4.call(p1, p2); });
/external/v8/test/mjsunit/regress/
Dregress-568765.js64 tailee4 = function(px) { function
65 return nop(tailee4, this, px, undefined);
67 %OptimizeFunctionOnNextCall(tailee4);
68 assertThrows(function() { tailee4.call(); });