I don't really understand the ObjectTemplate stuff yet, or how it helps me here. Examples are few and far between. Is the ObjectTemplate just a faster way to setup a global?
> You can't really have objects make changes to other objects and have that > persist across contexts, I think I might be able to. The Context has two methods I think I can use to help me out. DetachGlobal() ReattachGlobal() These look like the ticket to reusing a global between several Contexts. But I'm not sure how to go about setting up the two globals the 1st time. How do I create the request global and NOT initialize any standard build in class prototypes? -- v8-users mailing list [email protected] http://groups.google.com/group/v8-users
