On Tue, Jan 15, 2013 at 3:16 AM, amourfou <amourfo...@gmail.com> wrote:

> In the following source codes, if args[0] is array object, let me know how
> to convert it to v8::Array or handle it.
> ...   if (args[0]->IsArray() == true)
>     {
>         Handle<Array> ar( Array::Cast(args[0]) );
>     }
> }
>


-- 
----- 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

Reply via email to