Skip to content Skip to sidebar Skip to footer
Showing posts with the label Metaprogramming

Reimplemented Constructor[symbol.hasinstance] But It Still Won't Be Called

So, I was writing some example code implementing another function for Constructor[Symbol.hasInstanc… Read more Reimplemented Constructor[symbol.hasinstance] But It Still Won't Be Called

How Do I Trap Arguments To A Target Method When Using A Proxy Object?

I'm trying to use Javascript Proxy objects to trap the arguments that are passed to a 'meth… Read more How Do I Trap Arguments To A Target Method When Using A Proxy Object?