On Oct 21, 2008, at 4:13 AM, Pete Gontier wrote:
>
>> At one point I was getting a segmentation violation because I wrote
>>
>>      wrap->jsObject_ = Persistent<Object>(args.This());
>> instead of
>>      wrap->jsObject_ = Persistent<Object>::New(args.This());
>>
>> I wonder what the use of the first constructor is?
>
>
> I, too, have wondered this.

Me too

--

        V


--~--~---------~--~----~------------~-------~--~----~
v8-users mailing list
[email protected]
http://groups.google.com/group/v8-users
-~----------~----~----~----~------~----~------~--~---

Reply via email to