Bug 164408 - [DOMJIT] DOMJIT::Signature for accessors
Summary: [DOMJIT] DOMJIT::Signature for accessors
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Yusuke Suzuki
URL:
Keywords:
Depends on:
Blocks: 162544
  Show dependency treegraph
 
Reported: 2016-11-04 00:53 PDT by Yusuke Suzuki
Modified: 2016-11-04 00:53 PDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.