Summary: | [WebIDL] Eagerly allocate element wrappers onto a butterfly storage of a static NodeList | ||||||
---|---|---|---|---|---|---|---|
Product: | WebKit | Reporter: | Alexey Shvayka <ashvayka> | ||||
Component: | Bindings | Assignee: | Alexey Shvayka <ashvayka> | ||||
Status: | ASSIGNED --- | ||||||
Severity: | Normal | CC: | cdumez, esprehn+autocc, ews-watchlist, ggaren, kangil.han, keith_miller, mark.lam, msaboff, sbarati, tzagallo, webkit-bug-importer | ||||
Priority: | P2 | Keywords: | InRadar | ||||
Version: | WebKit Nightly Build | ||||||
Hardware: | All | ||||||
OS: | All | ||||||
Bug Depends on: | 218849 | ||||||
Bug Blocks: | |||||||
Attachments: |
|
Description
Alexey Shvayka
2021-12-20 17:38:50 PST
Created attachment 448520 [details]
WIP
Comment on attachment 448520 [details] WIP View in context: https://bugs.webkit.org/attachment.cgi?id=448520&action=review > Source/JavaScriptCore/runtime/JSTypeInfo.h:113 > + bool getOwnPropertySlotByIndexIsWrongAboutReadOnly() const { return isSetOnFlags2<GetOwnPropertySlotByIndexIsWrongAboutReadOnly>(); } I'd suggest a name that describes what is true rather than what is false. Maybe something like "IndexedPropertiesAreReadOnly" or "PutByIndexOverrideWillProhibitWrites" or something like that. Pull request: https://github.com/WebKit/WebKit/pull/2915 |