Hello,

V8 contains static functions like:

Uint32::New(...)
Int32::New(...)
String::New(...)
...


All returning Local<T>

Why Boolean::New(...) is making an exception and is returning
Handle<Boolean> instead of Local<Boolean>?


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

Reply via email to