mirror of
https://github.com/ylw00/qxVm.git
synced 2025-04-23 04:09:25 +08:00
10 lines
229 B
JavaScript
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;
|