Changeset 38290 in webkit for trunk/JavaScriptCore/VM/CodeBlock.h
- Timestamp:
- Nov 10, 2008, 9:45:14 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/VM/CodeBlock.h
r38287 r38290 291 291 } 292 292 293 ALWAYS_INLINE bool isConstant (int index)293 ALWAYS_INLINE bool isConstantRegisterIndex(int index) 294 294 { 295 295 return index >= numVars && index < numVars + numConstants;
Note:
See TracChangeset
for help on using the changeset viewer.