On Wed, Mar 20, 2013 at 10:50 AM, Егор Яковлев <goga....@gmail.com> wrote:

> I am really stupid. I forgot to return the value of the
> function serverSendRequest.
>
> Can i do this function void?
>

To emulate a void return in v8, simply return v8::Undefined(), which is a
shared Value instance.


-- 
----- stephan beal
http://wanderinghorse.net/home/stephan/
http://gplus.to/sgbeal

-- 
-- 
v8-users mailing list
v8-users@googlegroups.com
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 v8-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to