mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-06 16:45:03 +00:00
LibJS: Convert DisplayNames AOs to ThrowCompletionOr
This commit is contained in:
@@ -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);
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user