Status: Accepted Owner: [email protected] Labels: Type-Bug Priority-Low
New issue 211 by [email protected]: Filter out context extension object from debugger referenced by result http://code.google.com/p/v8/issues/detail?id=211 If a object ends up in a context extension object the context extension object will be returned a part of the debugger referenced by on the object sitting in the context extension. The context extension though being a normal JSObject should not be part of a referenced by result as it is not an object visible from JavaScript. Alternatively the a mirror object representing a context should be added and contexts referencing objects should be part of the referenced by result. And then not just contexts having an extension object. -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings --~--~---------~--~----~------------~-------~--~----~ v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev -~----------~----~----~----~------~----~------~--~---
