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

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?

Variable Function Name Javascript

I'm sorting array: myArray.sort(comparators.some_comparator); and I have several comparator to… Read more Variable Function Name Javascript