Add known function name

This commit is contained in:
Diazole 2022-12-31 16:20:43 +00:00
parent 2899fc93a2
commit 883c520432
1 changed files with 2 additions and 1 deletions

View File

@ -9,7 +9,8 @@ const KNOWN_DYNAMIC_FUNCTION_NAMES = [
'pldrclfq', 'pldrclfq',
'kgaitijd', 'kgaitijd',
'dnvffnze', 'dnvffnze',
'cwkfcplc' 'cwkfcplc',
'crhqcdet'
]; ];
// The TextEncoder/Decoder API isn't supported so it has to be polyfilled. // The TextEncoder/Decoder API isn't supported so it has to be polyfilled.