Searched defs:functionToCall (Results 1 - 2 of 2) sorted by relevance

/external/v8/test/webkit/
H A Ddfg-intrinsic-unused-this-method-check.js36 var functionToCall = Math.max; variable
40 functionToCall = bar;
45 object.stuff = functionToCall;
H A Ddfg-intrinsic-unused-this.js36 var functionToCall = Math.max; variable
40 functionToCall = bar;
48 object.stuff = functionToCall;

Completed in 2040 milliseconds