boda_jsEnv/bodaEnv/env/getScreenDetails.js
xuxiaobo-bobo 842b34b5ca 0218
2024-02-18 15:40:48 +08:00

18 lines
555 B
JavaScript

// getScreenDetails对象
bodaEnv.memory.globlProtoObj["getScreenDetails"] = {
getScreenDetails(a) {
bodaEnv.toolsFunc.console_copy(`getScreenDetails 使用-- >`, a);
}
}.getScreenDetails;
bodaEnv.toolsFunc.defineProperty(bodaEnv.memory.globlProtoObj["getScreenDetails"], "length", {
configurable: true,
enumerable: false,
writable: false,
value: 0
});
bodaEnv.toolsFunc.defineProperty(bodaEnv.memory.globlProtoObj["getScreenDetails"], "name", {
configurable: true,
enumerable: false,
writable: false,
value: 'getScreenDetails'
});