Source code
Revision control
Copy as Markdown
Other Tools
// |jit-test| slow; allow-overrecursed; allow-unhandlable-oom; skip-if: getBuildConfiguration("android")
enableShellAllocationMetadataBuilder();
function a() {
a();
}
new a;