mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 05:37:34 +00:00
LibJS: Use "T m_foo; // [[Foo]]" style for all Temporal internal slots
This commit is contained in:
parent
9758ba5678
commit
1b9b995f93
4 changed files with 4 additions and 13 deletions
|
@ -31,7 +31,6 @@ public:
|
|||
|
||||
private:
|
||||
// 7.4 Properties of Temporal.Duration Instances, https://tc39.es/proposal-temporal/#sec-properties-of-temporal-duration-instances
|
||||
|
||||
double m_years; // [[Years]]
|
||||
double m_months; // [[Months]]
|
||||
double m_weeks; // [[Weeks]]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue