Bug 267039

Summary: [JSC] Symbol.species getters should not share a single JSFunction
Product: WebKit Reporter: Alexey Shvayka <ashvayka>
Component: JavaScriptCoreAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Trivial CC: webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: All   
OS: All   

Alexey Shvayka
Reported 2024-01-03 05:21:21 PST
Test case: Object.getOwnPropertyDescriptor(Array, Symbol.species).get === Object.getOwnPropertyDescriptor(RegExp, Symbol.species).get Expected: false (V8, SM) Actual: true
Attachments
Radar WebKit Bug Importer
Comment 1 2024-01-03 05:21:35 PST
Sosuke Suzuki
Comment 2 2024-02-18 00:53:29 PST
EWS
Comment 3 2024-02-20 13:16:01 PST
Committed 275064@main (d91d519d4b06): <https://commits.webkit.org/275064@main> Reviewed commits have been landed. Closing PR #24705 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.