better.js icon indicating copy to clipboard operation
better.js copied to clipboard

objectmonitor.js

Open jeromeetienne opened this issue 12 years ago • 1 comments

  • you give it an object and it starts monitoring it
    • you can display log in real time
    • you can save them for later
  • log =
    • usage type (get/set/create/delete?)
    • usage localisation

jeromeetienne avatar Aug 17 '13 15:08 jeromeetienne

how to do it

  • on initial object, monitor existing properties via getter/setter
  • use harmony proxy to monitor property creation
    • on new property, monitor them too

estimation

  • at first sight, it seems possible
  • it would be nice if it actually worked and was usable in practice

jeromeetienne avatar Aug 17 '13 15:08 jeromeetienne