Source code
Revision control
Copy as Markdown
Other Tools
(function f(i) {
// Add an OSR block which does not define the callee.
for (; false; ) {};
// Use the callee.
if (i)
f(i - 1);
})(50);
(function f(i) {
// Add an OSR block which does not define the callee.
for (; false; ) {};
// Use the callee.
if (i)
f(i - 1);
})(50);