Home
last modified time | relevance | path

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

/external/v8/test/mjsunit/regress/
Dregress-252797.js47 function callConstantFunctionOnPrototype(obj) { function
51 callConstantFunctionOnPrototype(receiver);
52 callConstantFunctionOnPrototype(receiver);
53 %OptimizeFunctionOnNextCall(callConstantFunctionOnPrototype);
54 callConstantFunctionOnPrototype(receiver);
57 assertOptimized(callConstantFunctionOnPrototype);