I want to set Handle array , im beginner to v8 and i can't found how to set 
it when i do for example :

Persistent<Context> fcontext
    Handle<Value> Arr = Array::New(0);
    Persistent<Function> Func;
    Handle<Value> result = Func->Call(fcontext->Global(), 0, Arr);

    im getting this error:

 error C2664: 'v8::Function::Call' : cannot convert parameter 3 from 
'v8::Handle<T>' to 'v8::Handle<T> []'
    1>        with
    1>        [
    1>            T=v8::Value
    1>        ]

how do i make Handle array with 1 element ?

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

Reply via email to