RESOLVED INVALID Bug 19410
Set properties on JSInspectedObjectWrapper that are not set on the unwrapped object
https://bugs.webkit.org/show_bug.cgi?id=19410
Summary Set properties on JSInspectedObjectWrapper that are not set on the unwrapped ...
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.