Skip to content

Commit

Permalink
Update definitions.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Clayblockunova committed Jul 5, 2024
1 parent c82a3a4 commit 8e8b524
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/lib/definitions.js
Original file line number Diff line number Diff line change
Expand Up @@ -828,6 +828,7 @@ function getFHPaddingEntries(index)
({ expr: '(RP_3_WA + Function("return history")())[11]', optimize: true }, HISTORY),
define('(RP_1_WA + Audio)[10]', HTMLAUDIOELEMENT),
define('(RP_3_WA + document)[11]', HTMLDOCUMENT),
define('(NaN+[].entries().filter([].at))[20]', ITERATOR, AT),
],
'I': '"Infinity"[0]',
'J':
Expand Down Expand Up @@ -1218,6 +1219,8 @@ function getFHPaddingEntries(index)
'∞':
[
define('Infinity[TO_LOCALE_STRING]()', LOCALE_INFINITY),
define('Infinity[TO_LOCALE_STRING]("ja")[SLICE_OR_SUBSTR]("-1")[0]', JAPANESE_INFINITY),
define('Infinity[TO_LOCALE_STRING]("ja").at("-1")', JAPANESE_INFINITY, AT),
defineCharDefault(),
],
});
Expand Down

0 comments on commit 8e8b524

Please sign in to comment.