Is it possible? Can I detect the destruction of an object and so liberate data into internal pointers (SetPointerInInternalField)?
For example: if I have a FILE* into an internalField and user not close explicity the object (file.close()), and the script finish, where can I close the file? Maybe the response was "free all forgotten by user when the script finish", but it is a dirty solution L Exists callbacks for GC (I know) but GC don't show the object to be liberated. Thanks in advance. -- v8-users mailing list [email protected] http://groups.google.com/group/v8-users
