On Sun, Aug 27, 2017 at 4:16 PM, Kavin Mani <[email protected]> wrote: > I'm calling script->Run(). I have not shown it here. But if you see, I am > creating a new context in each function after the constructor. I do not want > to do that and use the same context that I created in my constructor. Can you > please help me how to do that?
Unless I misread your code (or if the snippet is incomplete), you are not creating a new context, you are reifying the context from a persistent handle. Perhaps you can post a complete, minimal example? -- -- 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.
