Bug 118861 - Better value dumping for error messages
Summary: Better value dumping for error messages
Status: ASSIGNED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-07-18 14:12 PDT by Chris Curtis
Modified: 2013-08-28 13:03 PDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Curtis 2013-07-18 14:12:33 PDT
* string: string ("a very long str…") is not a function
Put the characters in parens and quotes, and truncate long strings
* object: object (HTMLDivElement) is not a function
Put the class name in parens.
* function: function (myFunction) is not a constructor
Put the displayName in parens.