mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 22:18:12 +00:00
LibJS: Explicitly initialize primitive IndexedPropertyIterator members
This commit is contained in:
parent
0d60cf211d
commit
2518f2045e
1 changed files with 2 additions and 2 deletions
|
@ -107,8 +107,8 @@ private:
|
|||
|
||||
const IndexedProperties& m_indexed_properties;
|
||||
Vector<u32> m_cached_indices;
|
||||
u32 m_index;
|
||||
bool m_skip_empty;
|
||||
u32 m_index { 0 };
|
||||
bool m_skip_empty { false };
|
||||
};
|
||||
|
||||
class IndexedProperties {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue