G
Size: a a a
mБ
mБ
ВР
ВР
V
V
V
test(){
console.log('test()')
}
handler = {
get(target,key){
this.test();
return target;
},
}S
test(){
console.log('test()')
}
handler = {
get(target,key){
this.test();
return target;
},
}
ВР
ВР
ВР
V
ВР
ВР
G