1
Fork 0
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:
Linus Groh 2021-08-01 16:44:49 +01:00
parent 9758ba5678
commit 1b9b995f93
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]]