Home
last modified time | relevance | path

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

/external/v8/test/mjsunit/compiler/
Dregress-closures-with-eval.js31 function withEval(expr, filter) { function
53 withEval(expr, function(a) { return a; });
55 %OptimizeFunctionOnNextCall(withEval);
56 withEval(expr, function(a) { return a; });