On Tue, Jan 15, 2013 at 3:16 AM, amourfou <[email protected]> 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
[email protected]
http://groups.google.com/group/v8-users
