Bug 19410

Summary: Set properties on JSInspectedObjectWrapper that are not set on the unwrapped object
Product: WebKit Reporter: Timothy Hatcher <timothy>
Component: Web Inspector (Deprecated)Assignee: Nobody <webkit-unassigned>
Status: RESOLVED INVALID    
Severity: Enhancement CC: aroben, burg
Priority: P3    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   

Timothy Hatcher
Reported 2008-06-06 10:23:34 PDT
We should make it possible to set properties on a JSInspectedObjectWrapper that are not set on the original unwrapped object. This would be handy for a change I am working on and would prevent "__treeElementIdentifier" from being added to inspected DOM objects. We could either add new functions to set/get/delete these special properties or do this for all properties with a special prefix (e.g "_", "$" or "__inspector__").
Attachments
Brian Burg
Comment 1 2014-12-15 23:54:19 PST
Can't we use symbols?
Note You need to log in before you can comment on or make changes to this bug.