mirror of
https://github.com/ylw00/qxVm.git
synced 2025-04-12 12:06:58 +08:00
9 lines
216 B
JavaScript
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];
|
|
})
|
|
|
|
})();
|