Bug 255540 - Set the number of boundArgs when setting it
Summary: Set the number of boundArgs when setting it
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2023-04-17 12:04 PDT by Seija K.
Modified: 2023-05-16 01:31 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.