Nov 26, 2008, в 10:47 AM, Iulian написал(а):
The class definition of my object has initialize() and finalize().
When i load the page that contains "MyObject obj= new MyObject();" the
object is constructed and the initialize() is called. Unfortunatelly
this
object is never garbage collected (not even when the browser is
closed).
I tried putting JSObjectDeleteProperty but nothing changed.
If you want to trigger garbage collection explicitly, you can use
JSGarbageCollect function.
- WBR, Alexey Proskuryakov
_______________________________________________
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev