Bug 141635

Summary: Web Inspector: Improved Console Support for Bound Functions
Product: WebKit Reporter: Joseph Pecoraro <joepeck>
Component: Web InspectorAssignee: Joseph Pecoraro <joepeck>
Status: RESOLVED FIXED    
Severity: Normal CC: graouts, joepeck, jonowells, mattbaker, nvasilyev, timothy, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
[PATCH] Proposed Fix timothy: review+

Joseph Pecoraro
Reported 2015-02-16 00:10:36 PST
* SUMMARY Improved Console Support for Bound Functions Bound functions have internal state that would be useful to show in the Inspector: Table 28 — Internal Slots of Exotic Bound Function Objects [[BoundTargetFunction]] - Callable Object - The wrapped function object. [[BoundThis]] - Any - The value that is always passed as the this value when calling the wrapped function. [[BoundArguments]] - List of Any - A list of values whose elements are used as the first arguments to any call to the wrapped function.
Attachments
[PATCH] Proposed Fix (7.96 KB, patch)
2015-02-16 14:07 PST, Joseph Pecoraro
timothy: review+
Radar WebKit Bug Importer
Comment 1 2015-02-16 00:11:34 PST
Joseph Pecoraro
Comment 2 2015-02-16 14:07:06 PST
Created attachment 246681 [details] [PATCH] Proposed Fix
Joseph Pecoraro
Comment 3 2015-02-17 12:18:27 PST
Note You need to log in before you can comment on or make changes to this bug.