On Tue, Mar 10, 2015 at 8:32 AM, David Xanatos <[email protected]> wrote:
> whats the difference between v8::Handle and v8::Local ? > "Handle" is a historical artifact and will go away completely soon: There will be only v8::Local (normal implicitly handled references to JavaScript object) and v8::Global (explicitly handled persistent references, currently known as "UniquePersistent", but this name will go away, too). All those handle-related changes in the external API are a bit unfortunate, but it simply took us some time to make the API correct and more or less fool-proof. -- -- 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.
