LibJS: Port remaining bytecode identifiers to UTF-16

This commit is contained in:
Timothy Flynn 2025-08-07 16:34:36 -04:00 committed by Jelle Raaijmakers
commit cf61171864
Notes: github-actions[bot] 2025-08-14 08:28:21 +00:00
5 changed files with 16 additions and 21 deletions

View file

@ -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));