Changeset 38219 in webkit for trunk/JavaScriptCore/bytecompiler/CodeGenerator.h
- Timestamp:
- Nov 7, 2008, 1:22:41 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/bytecompiler/CodeGenerator.h
r38205 r38219 426 426 Vector<SwitchInfo> m_switchContextStack; 427 427 428 int m_nextGlobal ;429 int m_nextParameter ;430 int m_nextConstant ;428 int m_nextGlobalIndex; 429 int m_nextParameterIndex; 430 int m_nextConstantIndex; 431 431 432 432 int m_globalVarStorageOffset;
Note:
See TracChangeset
for help on using the changeset viewer.