Hi,
I want to be able trace / record a programs call to its functions (name + argument values) either as a separate analysis pass or in addition to an existing one (which ever is easier). I see that there is an an api for printing/formatting the stack trace: prepareStackTrace in src/messages.js but that is only called on internal errors. I think I shold be trying to call prepareStackTrace in order to get the information I want, I am just not sure in which passes/source file would be the best place to do so. Thanks, Malek -- -- 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/d/optout.
