()
| 256 | } |
| 257 | |
| 258 | function eventsConfig() { |
| 259 | const t = CONFIG.trace; |
| 260 | return { |
| 261 | call: !!t.call, ret: !!t.ret, exec: !!t.exec, |
| 262 | block: !!t.block, compile: !!t.compile, |
| 263 | }; |
| 264 | } |
| 265 | |
| 266 | function startStalk(thread, scopeModule) { |
| 267 | const tid = thread.id; |