mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 15:27:35 +00:00
LibJS: Add FIXME to removed SplitMatch AO
This commit is contained in:
parent
e960f9549e
commit
24237ae5bf
1 changed files with 1 additions and 0 deletions
|
@ -46,6 +46,7 @@ static ThrowCompletionOr<Utf16String> utf16_string_from(VM& vm)
|
||||||
}
|
}
|
||||||
|
|
||||||
// 22.1.3.21.1 SplitMatch ( S, q, R ), https://tc39.es/ecma262/#sec-splitmatch
|
// 22.1.3.21.1 SplitMatch ( S, q, R ), https://tc39.es/ecma262/#sec-splitmatch
|
||||||
|
// FIXME: This no longer exists in the spec!
|
||||||
static Optional<size_t> split_match(Utf16View const& haystack, size_t start, Utf16View const& needle)
|
static Optional<size_t> split_match(Utf16View const& haystack, size_t start, Utf16View const& needle)
|
||||||
{
|
{
|
||||||
auto r = needle.length_in_code_units();
|
auto r = needle.length_in_code_units();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue