Hey all, I'm trying to do something pretty simple that doesn't seem to work when I try it. I need to store a string in the v8::context in a class global. I also need this string to be accessible from chrome renderer processes. I am able to create the function I want in the v8 context, but when I try to retrieve the string, its null. I've tried doing this with std::string and Handle<String> but I haven't had any luck. Any tips on doing this? Thanks!
-- -- 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.
