mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-25 17:25:08 +02:00
AK: Skip ASCII validation in {Utf16String,String}::number()
This commit is contained in:
committed by
Andreas Kling
parent
1c04b6da3b
commit
b50ff02da4
Notes:
github-actions[bot]
2025-10-05 09:26:13 +00:00
Author: https://github.com/awesomekling Commit: https://github.com/LadybirdBrowser/ladybird/commit/b50ff02da48 Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/6396
@@ -31,6 +31,7 @@ public:
|
||||
};
|
||||
|
||||
static NonnullRefPtr<Utf16StringData> from_utf8(StringView, AllowASCIIStorage);
|
||||
static NonnullRefPtr<Utf16StringData> from_ascii(ReadonlyBytes);
|
||||
static NonnullRefPtr<Utf16StringData> from_utf16(Utf16View const&);
|
||||
static NonnullRefPtr<Utf16StringData> from_utf32(Utf32View const&);
|
||||
static NonnullRefPtr<Utf16StringData> from_string_builder(StringBuilder&);
|
||||
|
||||
Reference in New Issue
Block a user