Hi all:
  this is my first post here, :)
  I am developing a c++ addon for nodejs (you guys knew nodejs,
right?). And I have a question, Is that possible to pass an Error
object as a parameter to
a callback funcion? for example

<======================================================

Local<Value> argv[2];
argv[0] = Exception::Error(String::New("Error message"));
argv[1] = String::New("Other parameter"));

callback->Call(Context::GetCurrent()->Global(), 2, argv);

=======================================================>

Is upon code valid within v8, if not, how can I do?

Thanks

--kuno

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

Reply via email to