[Webkit-unassigned] [Bug 255698] New: Tail recursion hangs on strict mode

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Apr 19 17:41:58 PDT 2023


https://bugs.webkit.org/show_bug.cgi?id=255698

            Bug ID: 255698
           Summary: Tail recursion hangs on strict mode
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: yijia_huang at apple.com

"use strict";

function foo() {
    return foo();
}
foo();

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20230420/1553720a/attachment-0001.htm>


More information about the webkit-unassigned mailing list