Bug 263097 - [JSC] Avoid calling setIsFunction() for function name bindings
Summary: [JSC] Avoid calling setIsFunction() for function name bindings
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: WebKit Nightly Build
Hardware: All All
: P2 Normal
Assignee: Alexey Shvayka
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2023-10-12 17:36 PDT by Alexey Shvayka
Modified: 2023-10-16 13:45 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 Alexey Shvayka 2023-10-12 17:36:35 PDT
Let's reserve setIsFunction() for FunctionDeclaration and friends only.
Comment 1 Radar WebKit Bug Importer 2023-10-12 17:37:00 PDT
<rdar://problem/116891657>
Comment 2 Alexey Shvayka 2023-10-12 18:04:34 PDT
Pull request: https://github.com/WebKit/WebKit/pull/19033
Comment 3 EWS 2023-10-16 13:45:35 PDT
Committed 269379@main (f82533b7e079): <https://commits.webkit.org/269379@main>

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