I appreciate your answer. ^^

2013년 1월 15일 화요일 오후 6시 21분 54초 UTC+9, Stephan Beal 님의 말:
>
> On Tue, Jan 15, 2013 at 3:16 AM, amourfou <amour...@gmail.com<javascript:>
> > 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