The comment in the header file says

  /**
   * Releases the storage cell referenced by this persistent handle.
   * Does not remove the reference to the cell from any handles.
   * This handle's reference, and any any other references to the storage
   * cell remain and IsEmpty will still return false.
   */

Does the first line mean that it decrements a reference count to the storage 
cell? 

Why is the handle not made empty? Presumably I wouldn't call Dispose unless I 
was finished with using the object it referenced. Could I still use the 
handle to get at the object until it is collected? 

Should I normally call Clear() after Dispose()? 

Should I always call Dispose() before Clear()?

-- 
Anthony Shipman                    Mamas don't let your babies 
[EMAIL PROTECTED]                   grow up to be outsourced.

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

Reply via email to