On Tue, Dec 1, 2009 at 1:56 PM, Abdulla Kamar <[email protected]>wrote:
> It still doesn't seem to work for me, here's the exact code I use: > > v8::Handle< v8::Object > handle( v8::Object::Cast( *value ) ); > v8::Persistent< v8::Object >( handle ).ClearWeak(); > > Don't use Handle<Object> - use Handle<Value>, as Søren detailed. -- ----- stephan beal http://wanderinghorse.net/home/stephan/ -- v8-users mailing list [email protected] http://groups.google.com/group/v8-users
