[Webkit-unassigned] [Bug 94533] New: [JSC] expose object inner properties to debugger
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Aug 20 15:00:02 PDT 2012
https://bugs.webkit.org/show_bug.cgi?id=94533
Summary: [JSC] expose object inner properties to debugger
Product: WebKit
Version: 528+ (Nightly build)
Platform: Unspecified
OS/Version: Unspecified
Status: UNCONFIRMED
Severity: Normal
Priority: P2
Component: JavaScriptCore
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: prybin at chromium.org
In JavaScript several objects have hidden properties, namely: Boolean, Number and String have "[[PrimitiveValue]]" and bound function has "[[BoundThis]]", "[[TargetFunction]]" and "[[BoundArgs]]". While the language doesn't provide any explicit access to this properties, debugger should expose it as it might be a valuable piece of data.
In debug API there should be a way to access this inner context.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list