only on code

This commit is contained in:
shenjack 2024-04-04 02:15:40 +08:00
parent 91720f12ee
commit 39bbd4fad4
Signed by: shenjack
GPG Key ID: 7B1134A979775551

View File

@ -7888,7 +7888,9 @@ var A = {
r = C.JsInt.ag(s - 0, 4)
let result = new Uint32Array(q, 0, r)[1]
// return new Uint32Array(q, 0, r)[1]
console.log("X.k", a, b, result)
if (run_env.from_code) {
console.log("X.k", a, b, result)
}
return result
},
D(a, b) {
@ -7898,7 +7900,9 @@ var A = {
r = C.JsInt.ag(s - 0, 4)
let result = new Float32Array(q, 0, r)[1];
// return new Float32Array(q, 0, r)[1]
console.log("X.D", a, b, result)
if (run_env.from_code) {
console.log("X.D", a, b, result)
}
return result
},
je: function je() {},