On Oct 20, 2008, at 9:39 AM, Anthony Shipman wrote:

> I've got it going.

Excellent.

> 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.
--~--~---------~--~----~------------~-------~--~----~
v8-users mailing list
[email protected]
http://groups.google.com/group/v8-users
-~----------~----~----~----~------~----~------~--~---

Reply via email to