qxVm/qxVm_sanbox/env/BASE_CONFIG/Del_attribute.js
2023-04-20 21:14:25 +08:00

10 lines
229 B
JavaScript

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