Bug 64672 - Web Inspector: [protocol] For value of type 'function' provide function-specific properties
Summary: Web Inspector: [protocol] For value of type 'function' provide function-speci...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (Deprecated) (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-07-17 14:38 PDT by Peter Rybin
Modified: 2012-10-11 16:39 PDT (History)
10 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.