CLOSED INVALID255698
Tail recursion hangs on strict mode
https://bugs.webkit.org/show_bug.cgi?id=255698
Summary Tail recursion hangs on strict mode
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.