On Thu, Apr 26, 2012 at 6:10 PM, Ryan Cole <[email protected]> wrote: > think I've almost got it, but I am trying to figure out how to convert a > Local<Value> array back into an Arguments instance, so that I can pass it > to a function of mine. >
AFAIR, client code cannot create Arguments objects. They are created indirectly when we (the clients) call Function::Call(). -- ----- stephan beal http://wanderinghorse.net/home/stephan/ http://gplus.to/sgbeal -- v8-users mailing list [email protected] http://groups.google.com/group/v8-users
