Re: [v8-users] Persistent::Reset().

2014-09-02 Thread Jochen Eisinger
On Tue, Sep 2, 2014 at 12:13 AM, Jane Chen jxche...@gmail.com wrote: I'm embedding v8 3.24. I have an object containing a Persistent handle. Is it required that Persistent::Reset() be called within the same isolate where the v8 object is originally created? I'm not sure I understand the

[v8-users] Persistent::Reset().

2014-09-01 Thread Jane Chen
I'm embedding v8 3.24. I have an object containing a Persistent handle. Is it required that Persistent::Reset() be called within the same isolate where the v8 object is originally created? Is it required that all persistent handles be reset before an isolate can be exited or destroyed?