Bug 255698

Summary: Tail recursion hangs on strict mode
Product: WebKit Reporter: Yijia Huang <yijia_huang>
Component: JavaScriptCoreAssignee: Nobody <webkit-unassigned>
Status: CLOSED INVALID    
Severity: Normal    
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

Yijia Huang
Reported 2023-04-19 17:41:58 PDT
"use strict"; function foo() { return foo(); } foo();
Attachments
Note You need to log in before you can comment on or make changes to this bug.