Bug 15963
| Summary: | add IntNumberNode and UIntNumberNode | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Eric Seidel (no email) <eric> |
| Component: | JavaScriptCore | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED INVALID | ||
| Severity: | Normal | CC: | oliver |
| Priority: | P2 | ||
| Version: | 528+ (Nightly build) | ||
| Hardware: | Mac | ||
| OS: | OS X 10.4 | ||
| Bug Depends on: | 15950 | ||
| Bug Blocks: | |||
Eric Seidel (no email)
add IntNumberNode and UIntNumberNode
This would require us to stop using JSType for expectedReturnType (which we should do anyway, since GetterSetter and UnknownType don't make any sense for expectedReturnType... we would just use ObjectType for UnknownType anyway.)
I think this could be a small speedup.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Alexey Proskuryakov
Do we still need to track this?
Eric Seidel (no email)
Ha! I really doubt it.