WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
267039
[JSC] Symbol.species getters should not share a single JSFunction
https://bugs.webkit.org/show_bug.cgi?id=267039
Summary
[JSC] Symbol.species getters should not share a single JSFunction
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
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2024-01-03 05:21:35 PST
<
rdar://problem/120416817
>
Sosuke Suzuki
Comment 2
2024-02-18 00:53:29 PST
Pull request:
https://github.com/WebKit/WebKit/pull/24705
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.
Top of Page
Format For Printing
XML
Clone This Bug