Skip to content

Commit

Permalink
Update definitions.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Clayblockunova authored Sep 1, 2024
1 parent 5bd5e99 commit 2894c64
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions src/lib/definitions.js
Original file line number Diff line number Diff line change
Expand Up @@ -1076,8 +1076,13 @@ function getFHPaddingEntries(index)
define('([].sort.call() + RP_4_A).at("-11")', ANY_WINDOW, AT, CALL_ON_GLOBAL),
define('([].fill.call() + RP_4_A).at("-11")', ANY_WINDOW, AT, CALL_ON_GLOBAL, FILL),
define('([].sort.call() + RP_4_A)[SLICE_OR_SUBSTR]("-11")[0]', ANY_WINDOW, CALL_ON_GLOBAL),
define // *
('([].fill.call() + RP_4_A)[SLICE_OR_SUBSTR]("-11")[0]', ANY_WINDOW, CALL_ON_GLOBAL, FILL),
define
(
'([].fill.call() + RP_4_A)[SLICE_OR_SUBSTR]("-11")[0]',
ANY_WINDOW,
CALL_ON_GLOBAL,
FILL
),
define('(RP_0_S + [].sort.call())[11]', CALL_ON_GLOBAL, DOMWINDOW),
define('(RP_0_S + [].fill.call())[11]', CALL_ON_GLOBAL, DOMWINDOW, FILL),
define('(RP_3_WA + [].sort.call())[11]', CALL_ON_GLOBAL, WINDOW),
Expand Down

0 comments on commit 2894c64

Please sign in to comment.