On Tuesday, March 10, 2015 at 4:28:10 AM UTC-4, Sven Panne wrote: > > On Tue, Mar 10, 2015 at 8:58 AM, David Xanatos <[email protected] > <javascript:>> wrote: > >> [...] and what about v8::Persistent is that repalced by v8::Global? >> > > If you're working with a bleeding edge v8, you should use v8::Global > already. >
The V8 embedder's guide [1] still mentioned using v8::UniquePersistent or v8::Persistent. Should that be updated to suggest using v8::Global instead? [1] https://developers.google.com/v8/embed#handles-and-garbage-collection -- -- 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.
