Changeset 35309 in webkit for trunk/JavaScriptCore/VM/CodeGenerator.h
- Timestamp:
- Jul 23, 2008, 5:49:46 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/VM/CodeGenerator.h
r35245 r35309 314 314 JumpContext* jumpContextForBreak(const Identifier&); 315 315 316 void beginSwitch(RegisterID*, SwitchInfo::SwitchType); 317 void endSwitch(uint32_t clauseCount, RefPtr<LabelID>*, ExpressionNode**, LabelID* defaultLabel, int32_t min, int32_t range); 318 316 319 CodeType codeType() const { return m_codeType; } 317 320 … … 402 405 int m_continueDepth; 403 406 Vector<ControlFlowContext> m_scopeContextStack; 407 Vector<SwitchInfo> m_switchContextStack; 404 408 405 409 int m_nextVar;
Note:
See TracChangeset
for help on using the changeset viewer.