mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-29 20:59:00 +00:00
LibJS: Use "T m_foo; // [[Foo]]" style for all Temporal internal slots
This commit is contained in:
parent
9758ba5678
commit
1b9b995f93
Notes:
sideshowbarker
2024-07-18 07:38:28 +09:00
Author: https://github.com/linusg
Commit: 1b9b995f93
Pull-request: https://github.com/SerenityOS/serenity/pull/9160
Reviewed-by: https://github.com/IdanHo ✅
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