mirror of
https://github.com/xuxiaobo-bobo/boda_jsEnv.git
synced 2025-04-22 21:28:29 +08:00
8 lines
179 B
JavaScript
8 lines
179 B
JavaScript
// status对象
|
|
|
|
bodaEnv.toolsFunc.defineProperty(bodaEnv.memory.globlProtoObj["status"], "length", {
|
|
configurable: false,
|
|
enumerable: false,
|
|
writable: false,
|
|
value: 0
|
|
}); |