rua!
This commit is contained in:
parent
5d6da0b0f1
commit
d73d1df17f
@ -13107,7 +13107,9 @@ HtmlRenderer.inner_render.prototype = {
|
|||||||
|
|
||||||
// this.gfd -> this.fe
|
// this.gfd -> this.fe
|
||||||
if (run_env.from_code) {
|
if (run_env.from_code) {
|
||||||
|
logger.info("before main")
|
||||||
this_.b4()
|
this_.b4()
|
||||||
|
logger.info("after main")
|
||||||
return
|
return
|
||||||
} else {
|
} else {
|
||||||
A.vo(this_.gfd())
|
A.vo(this_.gfd())
|
||||||
@ -13311,6 +13313,7 @@ HtmlRenderer.inner_render.prototype = {
|
|||||||
async_goto = 1
|
async_goto = 1
|
||||||
break
|
break
|
||||||
}
|
}
|
||||||
|
// logger.debug("nextUpdate", o.a[0])
|
||||||
this_.ft(C.Array.cu(o.a, 0))
|
this_.ft(C.Array.cu(o.a, 0))
|
||||||
case 1:
|
case 1:
|
||||||
return P._asyncReturn(q, async_complete)
|
return P._asyncReturn(q, async_complete)
|
||||||
@ -16793,11 +16796,13 @@ T.Engine.prototype = {
|
|||||||
},
|
},
|
||||||
ae(a, b) {
|
ae(a, b) {
|
||||||
if (run_env.from_code) {
|
if (run_env.from_code) {
|
||||||
|
// 这里已经在外面跑过了
|
||||||
return null
|
return null
|
||||||
}
|
}
|
||||||
return this.dM(0, b)
|
return this.dM(0, b)
|
||||||
},
|
},
|
||||||
dM(a, b) {
|
dM(a, b) {
|
||||||
|
// start(int tt) async {
|
||||||
// var async_goto = 0,
|
// var async_goto = 0,
|
||||||
// async_completer = P._makeAsyncAwaitCompleter(t.z),
|
// async_completer = P._makeAsyncAwaitCompleter(t.z),
|
||||||
// this_ = this,
|
// this_ = this,
|
||||||
|
Loading…
Reference in New Issue
Block a user