AS
Size: a a a
AS
j
AS
AS
j
function decorator () {
const update = MyClass.prototype.update
const inst = new MyClass()
inst.update = function () {
console.log('update')
return update.apply(this, arguments)
}
return inst
}j
AS
DD
Кm
Р
Р
L4
CM
Р
Д
Д
Р
L4
BV
Д