I think the correct way for this is to rather implement a new devtools domain and implement support for the functionality in node itself. I think it would be backwards if that has to go through V8, since V8 itself has no concept of event loop aside from the microtasks queue. It would be possible for V8 to expose something for the microtasks queue though, but I don't know what the best format would be to describe every microtask.
-- -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev --- You received this message because you are subscribed to the Google Groups "v8-dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
