On Tue, May 19, 2009 at 6:16 PM,  <[email protected]> wrote:
> dereference. Can anyone suggest better defaults than the below? I
> would be eternally grateful, this is now the only thing holding me
> back from production deployment!

[snyde comment about using a production-ready compiler removed]

> using something other than "v8::Handle<v8::Value>()" (which seems to
> be null), but I haven't a clue what might be suitable...  :-\

Handle<>() is-not IsNull(), but is IsEmpty(). To get a JS-side null
value use v8::Null() instead.

-- 
----- stephan beal
http://wanderinghorse.net/home/stephan/

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

Reply via email to