Bug 255698
| Summary: | Tail recursion hangs on strict mode | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Yijia Huang <yijia_huang> |
| Component: | JavaScriptCore | Assignee: | Nobody <webkit-unassigned> |
| Status: | CLOSED INVALID | ||
| Severity: | Normal | ||
| Priority: | P2 | ||
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Yijia Huang
"use strict";
function foo() {
return foo();
}
foo();
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |