mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-13 11:42:38 +03:00
LibJS: Explicitly initialize primitive IndexedPropertyIterator members
This commit is contained in:
parent
0d60cf211d
commit
2518f2045e
Notes:
sideshowbarker
2024-07-17 19:45:13 +09:00
Author: https://github.com/awesomekling Commit: https://github.com/SerenityOS/serenity/commit/2518f2045e5
@ -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…
Reference in New Issue
Block a user