mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-29 20:29:18 +00:00
LibJS+LibUnicode: Remove unused FormatNumericToString AO
This commit is contained in:
parent
b019633558
commit
8cec9e7557
Notes:
github-actions[bot]
2025-07-08 15:20:36 +00:00
Author: https://github.com/trflynn89
Commit: 8cec9e7557
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/5354
4 changed files with 0 additions and 23 deletions
|
@ -180,7 +180,6 @@ private:
|
|||
};
|
||||
|
||||
JS_API int currency_digits(StringView currency);
|
||||
JS_API String format_numeric_to_string(NumberFormatBase const& intl_object, MathematicalValue const& number);
|
||||
JS_API Vector<Unicode::NumberFormat::Partition> partition_number_pattern(NumberFormat const&, MathematicalValue const& number);
|
||||
JS_API String format_numeric(NumberFormat const&, MathematicalValue const& number);
|
||||
JS_API GC::Ref<Array> format_numeric_to_parts(VM&, NumberFormat const&, MathematicalValue const& number);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue