mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 14:37:45 +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
|
@ -24,9 +24,7 @@ public:
|
|||
|
||||
private:
|
||||
// 12.5 Properties of Temporal.Calendar Instances, https://tc39.es/proposal-temporal/#sec-properties-of-temporal-calendar-instances
|
||||
|
||||
// [[Identifier]]
|
||||
String m_identifier;
|
||||
String m_identifier; // [[Identifier]]
|
||||
};
|
||||
|
||||
Calendar* create_temporal_calendar(GlobalObject&, String const& identifier, FunctionObject* new_target = nullptr);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue