优化掉这块的a2

This commit is contained in:
shenjack 2024-08-15 19:48:58 +08:00
parent 7b7ec9393d
commit 5af0d8dfa6
Signed by: shenjack
GPG Key ID: 7B1134A979775551

View File

@ -17364,10 +17364,11 @@ T.Plr.prototype = {
if (i >= 89 && i < 217) { if (i >= 89 && i < 217) {
// C.Array.j(this_.t, (i + 0 * (Math.random() * 256) & 63) >>> 0) // C.Array.j(this_.t, (i + 0 * (Math.random() * 256) & 63) >>> 0)
this_.t.push((i & 63) >>> 0) this_.t.push((i & 63) >>> 0)
} else {
// rc4.push(j)
this_.a2.push(j)
} }
// } else {
// // rc4.push(j)
// this_.a2.push(j)
// }
} }
name = this_.t name = this_.t
name = H.b(name.slice(0), H._arrayInstanceType(name)) name = H.b(name.slice(0), H._arrayInstanceType(name))