Skip to content Skip to sidebar Skip to footer
Showing posts with the label Ecmascript Harmony

Harmony Proxy, Detect Whether Property Was Accessed Or Called

Is there a way using Proxy to detect if a property was executed, or was it just accessed? 'use … Read more Harmony Proxy, Detect Whether Property Was Accessed Or Called