mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-07 18:17:23 +00:00
LibJS: Add spec comments to SymbolConstructor
This commit is contained in:
parent
066133d97b
commit
0ae511edae
Notes:
sideshowbarker
2024-07-17 02:29:45 +09:00
Author: https://github.com/linusg
Commit: 0ae511edae
Pull-request: https://github.com/SerenityOS/serenity/pull/18336
Reviewed-by: https://github.com/trflynn89 ✅
3 changed files with 35 additions and 10 deletions
|
@ -24,6 +24,7 @@ public:
|
|||
bool is_global() const { return m_is_global; }
|
||||
|
||||
ErrorOr<String> descriptive_string() const;
|
||||
Optional<String> key() const;
|
||||
|
||||
private:
|
||||
Symbol(Optional<String>, bool);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue