Hi, I'm having awfully hard slogging through all the C++ templates. Anyway, V8 asks me to resolve every little variable. Lots of them are local/internal to the script, not related to / shadowed by my host C++ program. Is there any way to respond to V8 that 'that's not my variable -- just do what any JavaScript engine would do with it. I don't want to manage it.'
Right now, V8 seems incredibly complex to use. All help would be appreciated. Thanks, /Dusty -- v8-users mailing list [email protected] http://groups.google.com/group/v8-users
