LibJS: Use "T m_foo; // [[Foo]]" style for all Temporal internal slots

This commit is contained in:
Linus Groh 2021-08-01 16:44:49 +01:00
commit 1b9b995f93
Notes: sideshowbarker 2024-07-18 07:38:28 +09:00
4 changed files with 4 additions and 13 deletions

View file

@ -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]]