H.vl -> H.throwCyclicInit

This commit is contained in:
shenjack 2024-04-04 23:35:00 +08:00
parent aca34f148d
commit 36d1c9da40
Signed by: shenjack
GPG Key ID: 7B1134A979775551

View File

@ -188,7 +188,7 @@ function lazyOld(a, b, c, d) {
a[b] = s
a[c] = function () {
a[c] = function () {
H.vl(b)
H.throwCyclicInit(b)
}
var r
var q = d
@ -1414,7 +1414,7 @@ var A = {
}
throw H.wrap_expression(P.bz("Field name " + a + " not found.", null))
},
vl(a) {
throwCyclicInit(a) {
throw H.wrap_expression(new P.fj(a))
},
getIsolateAffinityTag(a) {