On Wed, Apr 20, 2011 at 5:44 PM, Anthony <[email protected]> wrote: > v8::Persistent<v8::Function> update; > > void Foo() { > ...
> update = v8::Persistent<v8::Function>::New(update_fun); > is Persistent<Function> legal/well-defined? i always assumed that it was only useful for Persistent<Value>. :-? -- ----- stephan beal http://wanderinghorse.net/home/stephan/ -- v8-users mailing list [email protected] http://groups.google.com/group/v8-users
