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

/external/v8/test/mjsunit/regress/
H A Dregress-1110164.js31 function CallF(o) { function
35 // Make sure the call IC in CallF is initialized.
36 for (var i = 0; i < 10; i++) assertEquals(42, CallF(o));
41 CallF(o);
/external/v8/test/mjsunit/compiler/
H A Dpic.js31 function CallF(o) { return o.f(); } function
47 assertEquals(99, CallF(o));
72 assertThrows("CallF(0)", TypeError);

Completed in 121 milliseconds