blob: 59591b2eb55c0e807f573eef466c8a097b9f2167 [file] [log] [blame]
function test() {
LastIndexOf("hello");
LastIndexOf("hello");
eval("");
function LastIndexOf(s) {
x = Math.min(Math.max(Math.pow(-1, 0.5), 0), s.length);
0 <= x;
}
} test();