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   

Description Peter Rybin 2011-07-17 14:38:25 PDT
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.
Comment 1 Peter Rybin 2012-10-11 16:39:40 PDT
Fixed by other bug.