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

Ability to instrument the constructor and object functions

Open mperdeck opened this issue 11 years ago • 0 comments

If you override the JavaScript function object, you can get them to

  1. check their own name, and if they have a given name:
  2. run within try ... catch, logging exceptions
  3. instrument all function objects in their prototype.

Not sure if this is possible.

mperdeck avatar Mar 08 '14 07:03 mperdeck