Bug 15963 - add IntNumberNode and UIntNumberNode
Summary: add IntNumberNode and UIntNumberNode
Status: RESOLVED INVALID
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac OS X 10.4
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on: 15950
Blocks:
  Show dependency treegraph
 
Reported: 2007-11-12 22:58 PST by Eric Seidel (no email)
Modified: 2009-02-17 09:17 PST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Eric Seidel (no email) 2007-11-12 22:58:27 PST
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.
Comment 1 Alexey Proskuryakov 2009-02-17 05:01:27 PST
Do we still need to track this?
Comment 2 Eric Seidel (no email) 2009-02-17 09:17:31 PST
Ha!  I really doubt it.