For info, I solved my problem with a little add-on: https://github.com/bjouhier/galaxy-stack
Bruno On Wednesday, June 5, 2013 4:57:51 AM UTC+2, Bruno Jouhier wrote: > > I'm playing with version 3.19 and generators and I would need a JavaScript > API to extract stack trace information from generators. I don't really need > the whole stacktrace but I would need at least function name + filename + > line number of the top frame. > > Looking at the source (src/generator.js) it looks like generators are > really opaque. Are there any plans for such an API? Would be really helpful > for me because it would allow me to reconstruct the stacktrace in my > async/await library (https://github.com/bjouhier/galaxy) . > > Bruno. > -- -- v8-users mailing list [email protected] http://groups.google.com/group/v8-users --- You received this message because you are subscribed to the Google Groups "v8-users" 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/groups/opt_out.
