Bug 163841

Summary: [DOMJIT] Implement NodeList::length
Product: WebKit Reporter: Yusuke Suzuki <ysuzuki>
Component: JavaScriptCoreAssignee: Yusuke Suzuki <ysuzuki>
Status: NEW    
Severity: Normal CC: fpizlo, saam
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 162544    

Yusuke Suzuki
Reported 2016-10-21 23:07:30 PDT
I think it is quite useful since it is frequently called. And one great thing is that this won't be used in so metamorphic manner (since types of the collections are limited).
Attachments
Yusuke Suzuki
Comment 1 2016-10-22 17:47:16 PDT
And at that time, we should not include this method for the target of Megamorphic DOMJIT. Since "length" is very common name.
Note You need to log in before you can comment on or make changes to this bug.