It's just code to learn/illustrate interaction between JS and C++, but there is a surprising thing I don't understand. I wrote this code to illustrate a thing wich caused trouble : why I don't see some objects ? The code has no other purpose.
Later I'll need to execute arbitrary JS code from C++. I've an idea for a potential project. But understand things is necessary. Le jeudi 10 avril 2014 15:33:14 UTC+2, Kevin Ingwersen a écrit : > > I dont get what you are trying to do? > > So you want to call a function that prints contents of the global object? > > Besides, you shouldn’t need to create a v8::Function for eval, instead, > look into v8::Script. There is most probably an existing eval-like > function. > > Am Do. Apr. 10 2014 15:24:56 schrieb samonzeweb: > > -- -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You received this message because you are subscribed to the Google Groups "nodejs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nodejs?hl=en?hl=en --- You received this message because you are subscribed to the Google Groups "nodejs" 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.
