qxVm/qxVm_sanbox/env/BASE_CONFIG/Del_attribute.js
Iceland-monsoon 679f61fa08 更新
2023-07-26 15:34:01 +08:00

9 lines
216 B
JavaScript

;(function(){
let del_attribute = ['global', 'SharedArrayBuffer', 'GLOBAL', 'root', 'VMError', 'Buffer', 'KNBCore'];
del_attribute.forEach(function(item, index){
delete this[item];
})
})();