Bug 164408

Summary: [DOMJIT] DOMJIT::Signature for accessors
Product: WebKit Reporter: Yusuke Suzuki <ysuzuki>
Component: JavaScriptCoreAssignee: Yusuke Suzuki <ysuzuki>
Status: NEW ---    
Severity: Normal    
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 162544    

Description Yusuke Suzuki 2016-11-04 00:53:13 PDT
Even if the accessor is complex, if you know that this accessor does not write anything, we should annotate it as read(DOM).
I'm targetting Element#id now.