get all values of the closure in node.js or V8 <http://stackoverflow.com/questions/7061596/get-all-values-of-the-closure-in-node-js-or-v8> I want to get all trapped variables in closure, as described in below post:
http://stackoverflow.com/questions/7061596/get-all-values-of-the-closure-in-node-js-or-v8 I know it is not easy to implement in pure javascript side. So I plan to write an addon for node.js. My parameter will be of type v8::Local<v8::Function>, but I could not figure out the way to get all the variables trapped in this function. Could somebody give me some advice? -- -- 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.
