(obj, hookMethods, fn, classHook, context, proxyHandler)
| 493 | |
| 494 | /* Hook before running the source function */ |
| 495 | before (obj, hookMethods, fn, classHook, context, proxyHandler) { |
| 496 | return this.hook(obj, hookMethods, fn, 'before', classHook, context, proxyHandler) |
| 497 | } |
| 498 | |
| 499 | /*Hook after the source function is run */ |
| 500 | after (obj, hookMethods, fn, classHook, context, proxyHandler) { |