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