Assuming you have a persistent handle of a context (that's how you get context from API).
Persistent<Context> context = ... context.Dispose(); context.Clear(); On Fri, Jun 12, 2009 at 2:57 AM, ondras<[email protected]> wrote: > > Hi, > > what is the correct way of destroying a context? > I presume that Context is heap-allocated, but am not sure what is the > proper way of destroying it (at runtime). > > Thanks a lot for answers! > > O. > > > --~--~---------~--~----~------------~-------~--~----~ v8-users mailing list [email protected] http://groups.google.com/group/v8-users -~----------~----~----~----~------~----~------~--~---
