H.rG -> H.BoundClosure_receiverOf
This commit is contained in:
parent
249f7d4e9d
commit
ce1b228c7b
@ -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) {
|
||||||
|
Loading…
Reference in New Issue
Block a user