Ruben Bridgewater bb3ed048bc
Fix init phase detection
The detection will now rely on the `anonymous` function that is used
by node to wrap modules. The very first of such entries is detected
and all other entries must be init frames. This is reliable in a way
that further changes to Node.js internals in the init phase will not
have any impact on the detection.
2018-09-11 15:57:30 +02:00
..
2018-09-11 15:57:30 +02:00
2018-07-17 15:29:33 +02:00
2018-07-17 15:44:12 +02:00