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 35c9f4e commit 06a1662
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions src/lib/definitions.js
Original file line number Diff line number Diff line change
Expand Up @@ -1076,7 +1076,8 @@ 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),

Check failure on line 1080 in src/lib/definitions.js

View workflow job for this annotation

GitHub Actions / build

This line has a length of 103. Maximum allowed is 100.
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 Expand Up @@ -1200,8 +1201,10 @@ function getFHPaddingEntries(index)
define('atob("undefined0")[1]', ATOB),
define('(RP_4_A + self)[20]', DOMWINDOW),
define('(RP_0_S + self)[13]', WINDOW),
define('([].sort.call() + RP_0_S)[SLICE_OR_SUBSTR]("-2")[0]', ANY_WINDOW, CALL_ON_GLOBAL),
define('([].fill.call() + RP_0_S)[SLICE_OR_SUBSTR]("-2")[0]', ANY_WINDOW, CALL_ON_GLOBAL, FILL),
define // *
('([].sort.call() + RP_0_S)[SLICE_OR_SUBSTR]("-2")[0]', ANY_WINDOW, CALL_ON_GLOBAL),
define // *
('([].fill.call() + RP_0_S)[SLICE_OR_SUBSTR]("-2")[0]', ANY_WINDOW, CALL_ON_GLOBAL, FILL),

Check failure on line 1207 in src/lib/definitions.js

View workflow job for this annotation

GitHub Actions / build

This line has a length of 102. Maximum allowed is 100.
define('(self + RP_0_S).at("-2")', ANY_WINDOW, AT),
define('([].sort.call() + RP_0_S).at("-2")', ANY_WINDOW, AT, CALL_ON_GLOBAL),
define('([].fill.call() + RP_0_S).at("-2")', ANY_WINDOW, AT, CALL_ON_GLOBAL, FILL),
Expand Down

0 comments on commit 06a1662

Please sign in to comment.