mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-10-17 05:29:56 +00:00
LibJS: Port remaining bytecode identifiers to UTF-16
This commit is contained in:
parent
829fd25264
commit
cf61171864
Notes:
github-actions[bot]
2025-08-14 08:28:21 +00:00
Author: https://github.com/trflynn89
Commit: cf61171864
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/5845
Reviewed-by: https://github.com/gmta ✅
5 changed files with 16 additions and 21 deletions
|
@ -212,11 +212,6 @@ public:
|
|||
return m_regex_table->insert(move(regex));
|
||||
}
|
||||
|
||||
IdentifierTableIndex intern_identifier(FlyString const& string)
|
||||
{
|
||||
return intern_identifier(Utf16FlyString::from_utf8(string));
|
||||
}
|
||||
|
||||
IdentifierTableIndex intern_identifier(Utf16FlyString string)
|
||||
{
|
||||
return m_identifier_table->insert(move(string));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue