mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 09:57:35 +00:00
LibJS: Make sure to always initialize Reference::m_base_value
This commit is contained in:
parent
7b28fa99ba
commit
57214268dd
1 changed files with 1 additions and 1 deletions
|
@ -108,7 +108,7 @@ private:
|
|||
|
||||
BaseType m_base_type { BaseType::Unresolvable };
|
||||
union {
|
||||
Value m_base_value;
|
||||
Value m_base_value {};
|
||||
EnvironmentRecord* m_base_environment_record;
|
||||
};
|
||||
PropertyName m_name;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue