Bug 255540

Summary: Set the number of boundArgs when setting it
Product: WebKit Reporter: Seija K. <doremylover123>
Component: JavaScriptCoreAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

Description Seija K. 2023-04-17 12:04:44 PDT
The number of BoundArgs is always zero because it is never set. I have no idea if this means that it doesn't matter if we set it or not, and as a result we can safely remove that code, or something wrong is happening that we cannot detect. However, it is clear from the code itself that the number of arguments is meant to be set, but it is not.
Comment 1 Radar WebKit Bug Importer 2023-04-24 12:05:22 PDT
<rdar://problem/108464784>
Comment 2 EWS 2023-05-16 01:31:28 PDT
Committed 264109@main (81d93da03d83): <https://commits.webkit.org/264109@main>

Reviewed commits have been landed. Closing PR #12282 and removing active labels.