| 1 | // =========================================================================== |
| 2 | // function-stalker.js — Stalker-trace a function's execution, scoped to each |
| 3 | // CALL into it. Interceptor.attach the target; on ENTER, Stalker.follow the |
| 4 | // current thread; on LEAVE, Stalker.unfollow. Unlike thread-stalker (which |