Is there a way to create persistent function handles?

v8::Persistent<v8::Function> funcRef;

The documentation says that persistent handles must be created with
Persistent::New, but I don't see anything like  v8::Function::New(),
let alone how to specify the function handle once it's been created
with New...

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

Reply via email to