Bug 64672
Summary: | Web Inspector: [protocol] For value of type 'function' provide function-specific properties | ||
---|---|---|---|
Product: | WebKit | Reporter: | Peter Rybin <peter.rybin> |
Component: | Web Inspector (Deprecated) | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | apavlov, bweinstein, joepeck, keishi, loislo, peter.rybin, pfeldman, pmuellr, rik, yurys |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | All | ||
OS: | All |
Peter Rybin
When value of type 'function' (as a result of evaluate or lookup etc) is passed to frontend, function-specific properties must also be reported (either together with type/description, or together with properties).
The function-specific properties are:
containing script,
start line number,
start column number.
P.S. other function specific properties could be function scope description, once V8 supports it.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Peter Rybin
Fixed by other bug.