Bug 22129 - Move CTI::isConstant() to CodeBlock
Summary: Move CTI::isConstant() to CodeBlock
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Cameron Zwarich (cpst)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-11-07 12:33 PST by Cameron Zwarich (cpst)
Modified: 2008-11-07 12:43 PST (History)
0 users

See Also:


Attachments
Proposed patch (4.41 KB, patch)
2008-11-07 12:36 PST, Cameron Zwarich (cpst)
ggaren: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Cameron Zwarich (cpst) 2008-11-07 12:33:22 PST
We should move CTI::isConstant() to CodeBlock in preparation for fixing bug 21801.
Comment 1 Cameron Zwarich (cpst) 2008-11-07 12:36:15 PST
Created attachment 24970 [details]
Proposed patch
Comment 2 Geoffrey Garen 2008-11-07 12:37:40 PST
Comment on attachment 24970 [details]
Proposed patch

r=me
Comment 3 Cameron Zwarich (cpst) 2008-11-07 12:43:25 PST
Landed in r38229.