mirror of
https://github.com/xuxiaobo-bobo/boda_jsEnv.git
synced 2025-04-23 08:29:24 +08:00
6 lines
110 B
JavaScript
6 lines
110 B
JavaScript
// caches对象
|
|
|
|
caches = {
|
|
// _boisinit: bodavm.config.isinit
|
|
};
|
|
caches.__proto__ = CacheStorage.prototype; |