H.rG -> H.BoundClosure_receiverOf

This commit is contained in:
shenjack 2024-04-04 23:21:52 +08:00
parent 249f7d4e9d
commit ce1b228c7b
Signed by: shenjack
GPG Key ID: 7B1134A979775551

View File

@ -1318,7 +1318,7 @@ var A = {
}, },
Closure_cspForwardInterceptedCall(a, b, c, d) { Closure_cspForwardInterceptedCall(a, b, c, d) {
var s = H.BoundClosure_selfOf, var s = H.BoundClosure_selfOf,
r = H.rG r = H.BoundClosure_receiverOf
switch (b ? -1 : a) { switch (b ? -1 : a) {
case 0: case 0:
throw H.wrap_expression(new H.h3("Intercepted function with no arguments.")) throw H.wrap_expression(new H.h3("Intercepted function with no arguments."))
@ -1397,7 +1397,7 @@ var A = {
BoundClosure_selfOf(a) { BoundClosure_selfOf(a) {
return a.a return a.a
}, },
rG(a) { BoundClosure_receiverOf(a) {
return a.b return a.b
}, },
j3(a) { j3(a) {