Bug 212784

Summary: [JSC] add DFG/FTL support for defining/updating Private Fields
Product: WebKit Reporter: Caitlin Potter (:caitp) <caitp>
Component: JavaScriptCoreAssignee: Nobody <webkit-unassigned>
Status: RESOLVED DUPLICATE    
Severity: Normal CC: ticaiolima
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on: 206431    
Bug Blocks:    

Caitlin Potter (:caitp)
Reported 2020-06-04 14:49:01 PDT
Private fields are initially landed with LLInt and partial JIT baseline support via op_put_by_val_direct. The extra semantics are not handled properly in the generic JIT stubs when IC support is given up on, and are also not supported in optimized code.
Attachments
Caio Lima
Comment 1 2020-11-19 13:10:01 PST
It was handled by https://bugs.webkit.org/show_bug.cgi?id=213372 *** This bug has been marked as a duplicate of bug 213372 ***
Note You need to log in before you can comment on or make changes to this bug.