mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 17:27:35 +00:00
LibJS: Convert DisplayNames AOs to ThrowCompletionOr
This commit is contained in:
parent
768009e005
commit
e65aeee67d
3 changed files with 17 additions and 29 deletions
|
@ -62,6 +62,6 @@ private:
|
|||
Fallback m_fallback { Fallback::Invalid }; // [[Fallback]]
|
||||
};
|
||||
|
||||
Value canonical_code_for_display_names(GlobalObject& global_object, DisplayNames::Type type, StringView code);
|
||||
ThrowCompletionOr<Value> canonical_code_for_display_names(GlobalObject& global_object, DisplayNames::Type type, StringView code);
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue