bug1276882.js (94B)
1 // |jit-test| error: sleep interval is not a number 2 sleep(0.001); 3 1; 4 sleep(0.1); 5 sleep(this);