mirror of
https://github.com/xuxiaobo-bobo/boda_jsEnv.git
synced 2025-04-19 02:24:42 +08:00
8 lines
192 B
JavaScript
8 lines
192 B
JavaScript
// vilame_setter对象
|
|
|
|
bodaEnv.toolsFunc.defineProperty(bodaEnv.memory.globlProtoObj["vilame_setter"], "length", {
|
|
configurable: false,
|
|
enumerable: false,
|
|
writable: true,
|
|
value: 0
|
|
}); |