H.rI -> H.Closure_cspForwardCall

This commit is contained in:
shenjack 2024-04-04 23:19:01 +08:00
parent 21fd0767b4
commit 5735658dbd
Signed by: shenjack
GPG Key ID: 7B1134A979775551

View File

@ -1247,7 +1247,7 @@ var A = {
} }
throw H.wrap_expression("Error in functionType of tearoff") throw H.wrap_expression("Error in functionType of tearoff")
}, },
rI(a, b, c, d) { Closure_cspForwardCall(a, b, c, d) {
var s = H.nF var s = H.nF
switch (b ? -1 : a) { switch (b ? -1 : a) {
case 0: case 0:
@ -1299,7 +1299,7 @@ var A = {
if (c) return H.rK(a, b, d) if (c) return H.rK(a, b, d)
s = b.length s = b.length
r = d || s >= 27 r = d || s >= 27
if (r) return H.rI(s, d, a, b) if (r) return H.Closure_cspForwardCall(s, d, a, b)
if (s === 0) { if (s === 0) {
r = $.bk r = $.bk
$.bk = r + 1 $.bk = r + 1