Bug 97983
Summary: | "TypeError: Not enough arguments" could be more helpful. | ||
---|---|---|---|
Product: | WebKit | Reporter: | Mike West <mkwst> |
Component: | WebCore Misc. | Assignee: | Nobody <webkit-unassigned> |
Status: | NEW | ||
Severity: | Normal | ||
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Bug Depends on: | |||
Bug Blocks: | 97978 |
Mike West
Report from user:
Code - new Event()
Error - TypeError: Not enough arguments
Provide some information regarding, for example, the minimal number of expected
arguments, their names (internal, I know, but helpful nonetheless) or their expected types.
Generally, some integration with MDN/MSDN/whatever for providing more inline
information about any function (as part of the automatic completion, say, or even as part
of the object expanding within the console) would be wonderful.
This particular example is V8-only, but the idea of integrating more deeply with external docs is interesting.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |