Bug 227769 - [JSC] Fix Object.assign fast path to accept undefined/null
Summary: [JSC] Fix Object.assign fast path to accept undefined/null
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Yusuke Suzuki
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2021-07-07 14:00 PDT by Yusuke Suzuki
Modified: 2021-07-07 17:55 PDT (History)
7 users (show)

See Also:


Attachments
Patch (16.54 KB, patch)
2021-07-07 14:01 PDT, Yusuke Suzuki
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Yusuke Suzuki 2021-07-07 14:00:20 PDT
[JSC] Fix Object.assign fast path to accept undefined/null
Comment 1 Yusuke Suzuki 2021-07-07 14:01:31 PDT
Created attachment 433071 [details]
Patch
Comment 2 Yusuke Suzuki 2021-07-07 14:01:34 PDT
<rdar://problem/80264271>
Comment 3 Keith Miller 2021-07-07 14:04:51 PDT
Comment on attachment 433071 [details]
Patch

LGTM too.
Comment 4 EWS 2021-07-07 17:55:31 PDT
Committed r279690 (239495@main): <https://commits.webkit.org/239495@main>

All reviewed patches have been landed. Closing bug and clearing flags on attachment 433071 [details].