Bug 163841
| Summary: | [DOMJIT] Implement NodeList::length | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Yusuke Suzuki <ysuzuki> |
| Component: | JavaScriptCore | Assignee: | 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
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 | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Yusuke Suzuki
And at that time, we should not include this method for the target of Megamorphic DOMJIT. Since "length" is very common name.