Source code
Revision control
Copy as Markdown
Other Tools
// |jit-test| --ion-osr=off; error:InternalError
function f() {
while (true) {
var r = f();
}
}
f();
// |jit-test| --ion-osr=off; error:InternalError
function f() {
while (true) {
var r = f();
}
}
f();