Then I call a function using the c++ api 'Call' and provide an array of arguments, how should I handle the scope for those arguments? Do I still need to do things like scope.Close? or can I just pass the array to the function call. What happens to the locals if there is no scope.Close and the c++ stack frame exits?
-- v8-users mailing list [email protected] http://groups.google.com/group/v8-users
