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:    

Description Caitlin Potter (:caitp) 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.
Comment 1 Caio Lima 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 ***