Searched refs:CallOnGlobal (Results 1 - 1 of 1) sorted by relevance

/external/v8/test/mjsunit/
H A Dglobal-ic.js34 function CallOnGlobal(global) { return global.f(); } function
40 assertEquals(87, CallOnGlobal(this));
47 assertThrows("CallOnGlobal(" + i + ")");

Completed in 53 milliseconds