Bug 267039
| Summary: | [JSC] Symbol.species getters should not share a single JSFunction | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Alexey Shvayka <ashvayka> |
| Component: | JavaScriptCore | Assignee: | 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
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
<rdar://problem/120416817>
Sosuke Suzuki
Pull request: https://github.com/WebKit/WebKit/pull/24705
EWS
Committed 275064@main (d91d519d4b06): <https://commits.webkit.org/275064@main>
Reviewed commits have been landed. Closing PR #24705 and removing active labels.